From 4f9209e78680190eedb70752c161c5d4d952b36c Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Sun, 15 Oct 2023 15:46:44 +0200 Subject: Front in Morocco/Tunisia shouldn't be able to convert to Cadre --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index dd7f88b..0bb78d1 100644 --- a/rules.js +++ b/rules.js @@ -2024,7 +2024,7 @@ states.fln_reinforcement = { gen_action("build_cadre") if (has_free_unit_by_type(BAND) && game.fln_ap >= build_cost(first_unit_loc)) gen_action("build_band") - if (has_free_unit_by_type(CADRE)) + if (has_free_unit_by_type(CADRE) && !is_area_morocco_or_tunisia(first_unit_loc)) gen_action("convert_front_to_cadre") } else if (first_unit_type === CADRE) { -- cgit v1.2.3