From 66e6dec72f237dcc9fc9b22a2b052f1f80924225 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 11 Dec 2023 15:54:56 +0100 Subject: Strategy Phase: Done -> Commit. --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 264fd63..26a5e55 100644 --- a/rules.js +++ b/rules.js @@ -889,7 +889,7 @@ states.strategy_phase = { if (game.support_buttons > 0) { gen_action("commit_1_button") } - gen_action("done") + gen_action("commit") } else { view.prompt = `Strategy: Suffragist committed ${pluralize(game.support_committed, 'button')}.` view.actions.defer = 0 @@ -915,7 +915,7 @@ states.strategy_phase = { game.support_committed += 1 }, - done() { + commit() { clear_undo() log(`Suffragist committed ${game.support_committed} BM`) game.active = OPP -- cgit v1.2.3