diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-02 17:03:12 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-02 17:03:12 +0200 |
commit | 37d3f599fc726fe049371b78cbdc269ef92afe23 (patch) | |
tree | ddf4e5ed9a57cb29c5678cba9324f0c8a0340392 /play.js | |
parent | 9f0c4a8359cd2a1462dc572e6abf87b5bd376239 (diff) | |
download | algeria-37d3f599fc726fe049371b78cbdc269ef92afe23.tar.gz |
FLN reinforcement
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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") |