summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-12-11 15:54:56 +0100
committerTor Andersson <tor@ccxvii.net>2023-12-11 20:26:34 +0100
commit66e6dec72f237dcc9fc9b22a2b052f1f80924225 (patch)
treea86083c8f6c6bbd617612f584d01149b3c691b85 /rules.js
parent28f9e4a862ce46d00c00b64164e5e0ea7be3e6b4 (diff)
downloadvotes-for-women-66e6dec72f237dcc9fc9b22a2b052f1f80924225.tar.gz
Strategy Phase: Done -> Commit.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js4
1 files changed, 2 insertions, 2 deletions
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