From 0e39c6726bbf2647b4acbcf598c48345c7049c90 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Sun, 15 Oct 2023 15:19:00 +0200 Subject: dont allow deployment back to UG --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index fbce1ef..65f44c7 100644 --- a/rules.js +++ b/rules.js @@ -2190,7 +2190,7 @@ states.fln_deployment = { if (game.selected.length === 0) { for_each_friendly_unit_on_map(u => { let loc = unit_loc(u) - if ((unit_box(u) === OPS || unit_box(u) === UG) && !is_area_morocco_or_tunisia(loc) && !(game.deploy_cadre_france && is_area_france(loc))) + if (unit_box(u) === UG && !is_area_morocco_or_tunisia(loc) && !(game.deploy_cadre_france && is_area_france(loc))) gen_action_unit(u) }) } else { -- cgit v1.2.3