summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-01-19 01:17:13 +0100
committerTor Andersson <tor@ccxvii.net>2025-01-19 01:39:56 +0100
commit173134273c1e7a8d78be78d7f409e822f4163250 (patch)
tree741fdf442f6f7f5d7ff3b34ae875cdc3bc2e5ccf /play.js
parent9cece5f15be75f7518b1c0c374dd13737d276e47 (diff)
downloadtime-of-crisis-173134273c1e7a8d78be78d7f409e822f4163250.tar.gz
v3: updated demagogue to place mobs and get votes.
Diffstat (limited to 'play.js')
-rw-r--r--play.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/play.js b/play.js
index 8d1e9e3..62fa40f 100644
--- a/play.js
+++ b/play.js
@@ -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")