summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-12-11 13:21:43 +0100
committerTor Andersson <tor@ccxvii.net>2023-12-11 13:21:43 +0100
commit3bbd310ccc1b8d7e0471a0904501de0fc7079ed8 (patch)
treebfe4f0f2244219c888b1a3108a463b7113578131
parentc44c2deffcaacd960c1729d7def1bb1bbb172c2c (diff)
downloadvotes-for-women-3bbd310ccc1b8d7e0471a0904501de0fc7079ed8.tar.gz
Clear undo in Strategy Phase.
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
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
},