summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
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) {