From 4132cd891b9bc3d30eb45c7204412184048c6644 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Fri, 20 Oct 2023 06:22:26 +0200 Subject: reinforcement: Cadre in France shouldnt convert --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 8dec833..dd5a9bd 100644 --- a/rules.js +++ b/rules.js @@ -2433,7 +2433,7 @@ states.fln_reinforcement = { // Cadre can be converted to Front or Band for_each_friendly_unit_on_map_of_type(CADRE, u => { - if (is_unit_not_neutralized(u)) + if (is_unit_not_neutralized(u) && !is_area_france(unit_loc(u))) gen_action_unit(u) }) -- cgit v1.2.3