diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-02-11 19:04:34 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-02-11 19:16:34 +0100 |
commit | 715e718765a467674b5a47391435a3267a9891cc (patch) | |
tree | 7dd28da965e7b14af0b61b010fabc8be55b4617e /play.js | |
parent | a67c99e98883ff4408dbf83ca19d3db7488c5752 (diff) | |
download | time-of-crisis-715e718765a467674b5a47391435a3267a9891cc.tar.gz |
v4: demagogue - place mobs and gain legacy
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1641,10 +1641,6 @@ 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") |