From 37d3f599fc726fe049371b78cbdc269ef92afe23 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:03:12 +0200 Subject: FLN reinforcement --- play.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'play.js') 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") -- cgit v1.2.3