From e546ee472fb6d2ce8531c15c2d4a848b4000de6a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 2 Aug 2024 15:42:14 +0200 Subject: v2: market --- play.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'play.js') 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") -- cgit v1.2.3