From 950863cd9ba72d7c72fb7b3b6e4c7051412e33c7 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 23 Sep 2024 19:58:07 +0200 Subject: S43: No screen when Villar's Left is attacker, not when attacked! --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 2461128..93f9e7d 100644 --- a/rules.js +++ b/rules.js @@ -3338,7 +3338,7 @@ function can_take_reaction(c, a, wild) { if (game.scenario === S43_DENAIN) { if (c === S43_DUTCH_HORSE) { // May only screen Villars's Left if Broglie has routed - if (game.target === S43_VILLARS_LEFT) + if (game.selected === S43_VILLARS_LEFT) if (is_card_in_play(S43_BROGLIE)) return false } -- cgit v1.2.3