diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4935,7 +4935,6 @@ states.political_card_done = { view.actions.end_political_card = 1 }, end_political_card() { - push_undo() end_execute_political_card() }, } @@ -7570,6 +7569,7 @@ function restore_checkpoint() { } function clear_checkpoint() { + clear_undo() delete game.restart } |