summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-08-02 15:42:14 +0200
committerTor Andersson <tor@ccxvii.net>2024-08-05 20:46:48 +0200
commite546ee472fb6d2ce8531c15c2d4a848b4000de6a (patch)
tree30ba8cd9d1d7ff69241ab44f7f08b8903254e485 /play.js
parentd45d2e652ff802d7fd804a040be817ac1cbce8b6 (diff)
downloadtime-of-crisis-e546ee472fb6d2ce8531c15c2d4a848b4000de6a.tar.gz
v2: market
Diffstat (limited to 'play.js')
-rw-r--r--play.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/play.js b/play.js
index 6be0c83..682c568 100644
--- a/play.js
+++ b/play.js
@@ -1609,6 +1609,13 @@ function on_update() {
action_button("enter", "Enter Capital")
action_button("leave", "Leave Capital")
+ action_button("mip_to_sip", "M > S")
+ action_button("mip_to_pip", "M > P")
+ action_button("sip_to_mip", "S > M")
+ action_button("sip_to_pip", "S > P")
+ action_button("pip_to_mip", "P > M")
+ action_button("pip_to_sip", "P > S")
+
action_button("automatic", "Automatic")
action_button("spend_military", "Spend Military")
action_button("spend_senate", "Spend Senate")