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 2c2d802..3dddb10 100644
--- a/rules.js
+++ b/rules.js
@@ -2961,7 +2961,7 @@ states.fln_deployment = {
if (can_deploy_cadre_to_france())
view.actions.deploy_cadre_to_france = 1
- for_each_friendly_not_neutralized_unit_on_map_box(UG, u => {
+ for_each_friendly_not_neutralized_unit_on_map_box(UG, u => {
let loc = unit_loc(u)
if (!is_area_morocco_or_tunisia(loc) && !(is_area_france(loc) && game.deploy_cadre_france))
gen_action_unit(u)