From 3bbd310ccc1b8d7e0471a0904501de0fc7079ed8 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 11 Dec 2023 13:21:43 +0100 Subject: Clear undo in Strategy Phase. --- rules.js | 1 + 1 file changed, 1 insertion(+) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 540ff39..5a7dfb0 100644 --- a/rules.js +++ b/rules.js @@ -905,6 +905,7 @@ states.strategy_phase = { }, done() { + clear_undo() log(`Suffragist committed ${game.support_committed} BM`) game.active = OPP }, -- cgit v1.2.3