From 1aa70f05241c81bd47076e1087128fa14d23e61a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 29 Jan 2025 17:11:57 +0100 Subject: initialize game.count when recruiting for expeditionary corps --- rules.js | 1 + 1 file changed, 1 insertion(+) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 639ff2d..f1d82a7 100644 --- a/rules.js +++ b/rules.js @@ -5456,6 +5456,7 @@ states.send_expeditionary_corps = { game.pos[p] = s if (game.troops[p] === 0) { + game.count = 0 game.recruit = { pool: [], used: [], -- cgit v1.2.3