diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-01 18:25:23 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-01 18:25:23 +0100 |
commit | 18339264b743b56475d7b634c9657ed33ac3a4d2 (patch) | |
tree | 77cd7213cd6857de2e1e4a40ec6871af437871f2 | |
parent | 3355552cf7fbd044afb6f4832b255cb77bb2946d (diff) | |
download | algeria-18339264b743b56475d7b634c9657ed33ac3a4d2.tar.gz |
reducing a neutralized FLN Front to Cadre: the Cadre should still be neutralized
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 } |