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-10-27 12:00:41 +0100
commitc747b7413c84a3f33b61cf547506955a8c3c5729 (patch)
tree974e90d55a6dffef9841acaa3b5b9b84f6d1b8aa /play.js
parent6608ab5ed2fc1a8ab3305b057a126954a9b3aab2 (diff)
downloadtime-of-crisis-c747b7413c84a3f33b61cf547506955a8c3c5729.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 4bb85d2..42352b6 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")