summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
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
}