diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-03-29 11:01:46 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:12:42 +0100 |
commit | 90e5fad0e3ef12bf02ce61cf9164abccb2a19c58 (patch) | |
tree | 88076421fc66475adc89e0c492e94eaccf8e01f0 | |
parent | 77d93ee3a14408eb2a0408eeb4f41df6b43f5178 (diff) | |
download | shores-of-tripoli-90e5fad0e3ef12bf02ce61cf9164abccb2a19c58.tar.gz |
Clear undo before firing dice in naval battle!
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1282,6 +1282,8 @@ states.naval_battle_tripolitan_card = { } function goto_naval_battle_round() { + clear_undo(); + game.active = game.save_active; game.round ++; |