From a9b211ca1e938b56acf24d16a9b9aa68fe5ad67d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 17 Oct 2024 00:54:56 +0200 Subject: Force march. --- play.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'play.js') diff --git a/play.js b/play.js index 1c08fbd..0f92565 100644 --- a/play.js +++ b/play.js @@ -120,7 +120,7 @@ const piece_name = [ "Saxon ST", "Pragmatic Army ST", "Austrian ST", "Austrian ST", "Austrian ST", - "hussars", "hussars", + "Hussars", "Hussars", ] let suit_class = [ "spades", "clubs", "hearts", "diamonds", "reserve" ] @@ -972,11 +972,12 @@ function on_update() { action_button_with_argument("value", v, v) for (let p = 0; p < 20; ++p) { - action_button_with_argument("unstack", p, "Unstack " + piece_abbr[p]) action_button_with_argument("promote", p, "Promote " + piece_abbr[p]) action_button_with_argument("demote", p, "Demote " + piece_abbr[p]) } + action_button("force_march", "Force march") + action_button("take", "Take") action_button("give", "Give") action_button("recruit", "Recruit") -- cgit v1.2.3