diff options
Diffstat (limited to 'rules.js')
-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 ++; |