diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-11 13:21:43 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-11 13:21:43 +0100 |
commit | 3bbd310ccc1b8d7e0471a0904501de0fc7079ed8 (patch) | |
tree | bfe4f0f2244219c888b1a3108a463b7113578131 | |
parent | c44c2deffcaacd960c1729d7def1bb1bbb172c2c (diff) | |
download | votes-for-women-3bbd310ccc1b8d7e0471a0904501de0fc7079ed8.tar.gz |
Clear undo in Strategy Phase.
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -905,6 +905,7 @@ states.strategy_phase = { }, done() { + clear_undo() log(`Suffragist committed ${game.support_committed} BM`) game.active = OPP }, |