diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -393,7 +393,7 @@ function is_american_militia(space) { } function is_american_winter_offensive() { - if (game.move.who === WASHINGTON && game.a_hand.length === 0) + if (game.move.who === WASHINGTON && game.a_hand.length === 0 && game.b_hand.length === 0) return true return false } |