diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-01-29 17:11:57 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-01-29 17:11:57 +0100 |
commit | 1aa70f05241c81bd47076e1087128fa14d23e61a (patch) | |
tree | 25ddfe85dad8b92731f341fcb2c4dea1146c9b03 /rules.js | |
parent | 824a97661b0a634fd03c3ba3cd34ae56daf25c97 (diff) | |
download | maria-1aa70f05241c81bd47076e1087128fa14d23e61a.tar.gz |
initialize game.count when recruiting for expeditionary corps
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5456,6 +5456,7 @@ states.send_expeditionary_corps = { game.pos[p] = s if (game.troops[p] === 0) { + game.count = 0 game.recruit = { pool: [], used: [], |