diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-07-09 14:40:08 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-09 14:40:08 +0200 |
commit | c35fade0634a90576e483bbe229dc7f3f9b8b497 (patch) | |
tree | 9f1666c3c78ca6075b78599ace2edc3ba71ad3aa /play.js | |
parent | 20acf7157cbeb49d8a684313eb7de659603c84fe (diff) | |
download | time-of-crisis-c35fade0634a90576e483bbe229dc7f3f9b8b497.tar.gz |
Improve Automatic UI.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1508,7 +1508,7 @@ function on_update() { action_button("enter", "Enter Capital") action_button("leave", "Leave Capital") - action_button("spend_enough", "Automatic") + action_button("automatic", "Automatic") action_button("spend_military", "Spend Military") action_button("spend_senate", "Spend Senate") action_button("reroll", "Reroll") |