From 51b4f3fa21f47927d8d177e473597d6f9c26f6fe Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 20 Jan 2023 12:36:13 +0100 Subject: Raven's Rock vs Melee only. --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') 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) } -- cgit v1.2.3