diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-01-20 12:36:13 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:39 +0100 |
commit | 51b4f3fa21f47927d8d177e473597d6f9c26f6fe (patch) | |
tree | cce81c6c19ba01b7de5bea44afcf9f38eb4ae219 /rules.js | |
parent | aea95aa6409971eb71533c9f66f723b58e2f46c1 (diff) | |
download | nevsky-51b4f3fa21f47927d8d177e473597d6f9c26f6fe.tar.gz |
Raven's Rock vs Melee only.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1965,7 +1965,7 @@ function is_event_in_play(c) { } function is_ravens_rock_in_play() { - if (game.battle.round <= 1) { + if (game.battle.round <= 1 && is_melee_step()) { if (game.active === RUSSIANS) return is_event_in_play(EVENT_RUSSIAN_RAVENS_ROCK) } |