From 173134273c1e7a8d78be78d7f409e822f4163250 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 19 Jan 2025 01:17:13 +0100 Subject: v3: updated demagogue to place mobs and get votes. --- play.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'play.js') 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", ` \u2192 `) action_button("pip_to_sip", ` \u2192 `) + 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") -- cgit v1.2.3