diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-03-05 18:10:00 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:15 +0200 |
commit | c3e452ce9172f818126e2b15bd46c563c0f2ef88 (patch) | |
tree | 0727ffeceea373935ab1b156c58d028dbc1484dc /play.js | |
parent | cb8515d8f89be83405073e573e5a5bf40f59779d (diff) | |
download | andean-abyss-c3e452ce9172f818126e2b15bd46c563c0f2ef88.tar.gz |
Ambush!
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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") } |