diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-21 11:56:16 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-07 18:39:37 +0200 |
commit | e374b1ef04542fdfd57a035011f2895560829fd7 (patch) | |
tree | 9e2f05722bfb44d6a070ae828a9b6af7872198cb /play.js | |
parent | 2d5f74c94b1ac69598c0b00a2bfb3601a5703c61 (diff) | |
download | time-of-crisis-e374b1ef04542fdfd57a035011f2895560829fd7.tar.gz |
More UI improvements.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1119,13 +1119,15 @@ function on_update() { action_button("spend_senate", "Spend Senate") action_button("roll", "Roll") - action_button("hold_games", "Hold Games") - action_button("place_militia", "Place Militia") action_button("disperse_mob", "Disperse Mob") action_button("train_legions", "Train Legions") action_button("add_legion_to_army", "Add Legion to Army") + action_button("hold_games", "Hold Games") + + action_button("place_militia", "Place Militia") + action_button("amphitheater", "Amphitheater") action_button("basilica", "Basilica") action_button("limes", "Limes") |