diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |