summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index a06ea9e..f119c22 100644
--- a/rules.js
+++ b/rules.js
@@ -5577,14 +5577,17 @@ states.event_25 = {
gen_action_resources(game.current)
},
resources(f) {
+ push_undo()
add_resources(game.current, 3)
log_resources(game.current, 3)
vm_next()
},
tax() {
+ push_undo()
goto_tax()
},
trade() {
+ push_undo()
goto_trade()
}
}