From fe961a6bf575703da23de8f7dfb628b5b573a646 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Mon, 24 Mar 2025 16:06:24 -0400 Subject: Adding undos to Event 25 --- rules.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rules.js') 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() } } -- cgit v1.2.3