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 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 {