diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-01-19 01:17:13 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-01-19 01:39:56 +0100 |
commit | 173134273c1e7a8d78be78d7f409e822f4163250 (patch) | |
tree | 741fdf442f6f7f5d7ff3b34ae875cdc3bc2e5ccf /play.js | |
parent | 9cece5f15be75f7518b1c0c374dd13737d276e47 (diff) | |
download | time-of-crisis-173134273c1e7a8d78be78d7f409e822f4163250.tar.gz |
v3: updated demagogue to place mobs and get votes.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1641,6 +1641,10 @@ function on_update() { action_button("pip_to_mip", `<img class="market_button" src="images/px.svg"> \u2192 <img class="market_button" src="images/mx.svg">`) action_button("pip_to_sip", `<img class="market_button" src="images/px.svg"> \u2192 <img class="market_button" src="images/sx.svg">`) + action_button_with_argument("mobs", 1, "Mob x1") + action_button_with_argument("mobs", 2, "Mob x2") + action_button_with_argument("mobs", 3, "Mob x3") + action_button("automatic", "Automatic") action_button("spend_military", "Spend Military") action_button("spend_senate", "Spend Senate") |