diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-02 15:42:14 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-05 20:46:48 +0200 |
commit | e546ee472fb6d2ce8531c15c2d4a848b4000de6a (patch) | |
tree | 30ba8cd9d1d7ff69241ab44f7f08b8903254e485 /play.js | |
parent | d45d2e652ff802d7fd804a040be817ac1cbce8b6 (diff) | |
download | time-of-crisis-e546ee472fb6d2ce8531c15c2d4a848b4000de6a.tar.gz |
v2: market
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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") |