From 18339264b743b56475d7b634c9657ed33ac3a4d2 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Wed, 1 Nov 2023 18:25:23 +0100 Subject: reducing a neutralized FLN Front to Cadre: the Cadre should still be neutralized --- rules.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules.js b/rules.js index 54e8aab..7d949ed 100644 --- a/rules.js +++ b/rules.js @@ -3042,6 +3042,8 @@ function reduce_unit(u, type) { } set_unit_loc(n, loc) set_unit_box(n, box) + if (is_unit_neutralized(u)) + set_unit_neutralized(n) free_unit(u) return n } -- cgit v1.2.3