summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
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 df8666e..0834fc5 100644
--- a/rules.js
+++ b/rules.js
@@ -379,7 +379,7 @@ function is_american_militia(space) {
}
function is_american_winter_offensive() {
- if (game.move.who === WASHINGTON && game.a_hand.length === 0 && game.b_hand.length === 0 && !game.combat.b_bonus)
+ if (game.move.who === WASHINGTON && game.a_hand.length === 0 && game.b_hand.length === 0 && !game.combat.a_bonus && !game.combat.b_bonus)
return true
return false
}