summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-01-20 12:36:13 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:39 +0100
commit51b4f3fa21f47927d8d177e473597d6f9c26f6fe (patch)
treecce81c6c19ba01b7de5bea44afcf9f38eb4ae219 /rules.js
parentaea95aa6409971eb71533c9f66f723b58e2f46c1 (diff)
downloadnevsky-51b4f3fa21f47927d8d177e473597d6f9c26f6fe.tar.gz
Raven's Rock vs Melee only.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index c1e7b62..bce6256 100644
--- a/rules.js
+++ b/rules.js
@@ -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)
}