summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
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