summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-06-20 16:21:16 +0200
committerTor Andersson <tor@ccxvii.net>2023-07-07 18:39:37 +0200
commitb9d20567cc13d55784c218dfe1209920f525a9fb (patch)
tree8aa62defe8eb9262f816336b6a2edbd2f336fd44 /play.js
parent375a82682680786d8ff6c10df14a6efc3c41ee62 (diff)
downloadtime-of-crisis-b9d20567cc13d55784c218dfe1209920f525a9fb.tar.gz
Skip intermediate "Place Governor" and "Initiate Battle" steps.
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index c075d4d..6a00a29 100644
--- a/play.js
+++ b/play.js
@@ -1112,7 +1112,7 @@ function on_update() {
action_button("recall", "Recall")
action_button("recruit", "Recruit")
- action_button("place", "Place")
+ action_button("place_governor", "Place Governor")
action_button("create_army", "Create Army")
action_button("end_actions", "End Actions")