From eb4213121a84a8002d3ae914caec91040bb323cb Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 21 Aug 2024 01:16:41 +0200 Subject: fix winter campaign --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 76fb9bd..95c0165 100644 --- a/rules.js +++ b/rules.js @@ -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 } -- cgit v1.2.3