From c3e452ce9172f818126e2b15bd46c563c0f2ef88 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 5 Mar 2023 18:10:00 +0100 Subject: Ambush! --- play.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'play.js') diff --git a/play.js b/play.js index 459e759..082023c 100644 --- a/play.js +++ b/play.js @@ -758,6 +758,13 @@ function on_update() { for (let i = 0; i < ui.pieces.length; ++i) ui.pieces[i].classList.remove("action") + action_button("remove", "Remove") + // menu trade + // action_button("trade", "Trade with Govt") + // action_button("trade", "Trade with FARC") + // action_button("trade", "Trade with AUC") + // action_button("trade", "Trade with Cartels") + action_button("train", "Train") action_button("patrol", "Patrol") action_button("sweep", "Sweep") @@ -796,8 +803,7 @@ function on_update() { action_button("limop", "LimOp") action_button("next", "Next") - action_button("done", "Done") - action_button("remove", "Remove") + action_button("done", "Done!") action_button("undo", "Undo") } -- cgit v1.2.3