diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-09-24 23:48:22 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:27 +0100 |
commit | 60885bfbf9590c41d669b64fe64e7db5dade7d85 (patch) | |
tree | 37d231e571064e0455948f09259fac32a552902c | |
parent | d5bdd1fdd6229353c06606fc83c27196d5c0f42a (diff) | |
download | rommel-in-the-desert-60885bfbf9590c41d669b64fe64e7db5dade7d85.tar.gz |
Don't skip mandatory combat rout check when ending turn early!
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3017,7 +3017,7 @@ states.select_moves = { game.group = null game.regroup = null game.withdraw = null - goto_final_supply_check() + goto_combat_phase() }, } |