summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-10-02 17:03:12 +0200
committerMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-10-02 17:03:12 +0200
commit37d3f599fc726fe049371b78cbdc269ef92afe23 (patch)
treeddf4e5ed9a57cb29c5678cba9324f0c8a0340392 /play.js
parent9f0c4a8359cd2a1462dc572e6abf87b5bd376239 (diff)
downloadalgeria-37d3f599fc726fe049371b78cbdc269ef92afe23.tar.gz
FLN reinforcement
Diffstat (limited to 'play.js')
-rw-r--r--play.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/play.js b/play.js
index 11c199d..2f3ff0e 100644
--- a/play.js
+++ b/play.js
@@ -413,6 +413,15 @@ function on_update() { // eslint-disable-line no-unused-vars
action_button("activate_border_zone", "Activate Border")
action_button("remove", "Remove")
action_button("activate", "Activate")
+
+
+ action_button("build_cadre", "Build Cadre")
+ action_button("build_band", "Build Band")
+ action_button("convert_cadre_to_front", "Convert to Front")
+ action_button("convert_cadre_to_band", "Convert to Band")
+ action_button("convert_band_to_failek", "Convert to Failek")
+ action_button("convert_front_to_cadre", "Convert to Cadre")
+
action_button("end_reinforcement", "End reinforcement")
action_button("done", "Done")