diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-01-19 01:17:13 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-02-02 11:40:49 +0100 |
commit | 151fe1944f0c39d2b6176840c6d71169dc8206c1 (patch) | |
tree | cc73854e7ff7cf094707823a70252296e452537f /play.js | |
parent | 32be9cc4e32ea28b681826520bf79d557a0a70af (diff) | |
download | time-of-crisis-151fe1944f0c39d2b6176840c6d71169dc8206c1.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") |