diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-20 16:21:16 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-07 18:39:37 +0200 |
commit | b9d20567cc13d55784c218dfe1209920f525a9fb (patch) | |
tree | 8aa62defe8eb9262f816336b6a2edbd2f336fd44 /play.js | |
parent | 375a82682680786d8ff6c10df14a6efc3c41ee62 (diff) | |
download | time-of-crisis-b9d20567cc13d55784c218dfe1209920f525a9fb.tar.gz |
Skip intermediate "Place Governor" and "Initiate Battle" steps.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |