summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-06-21 11:56:16 +0200
committerTor Andersson <tor@ccxvii.net>2023-07-07 18:39:37 +0200
commite374b1ef04542fdfd57a035011f2895560829fd7 (patch)
tree9e2f05722bfb44d6a070ae828a9b6af7872198cb /play.js
parent2d5f74c94b1ac69598c0b00a2bfb3601a5703c61 (diff)
downloadtime-of-crisis-e374b1ef04542fdfd57a035011f2895560829fd7.tar.gz
More UI improvements.
Diffstat (limited to 'play.js')
-rw-r--r--play.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/play.js b/play.js
index 64d9aef..4b767bc 100644
--- a/play.js
+++ b/play.js
@@ -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")