Bug 2481: FOLGE wurde durch ZAUBERE verhindert.

This commit is contained in:
Enno Rehling 2018-09-10 19:50:22 +02:00
parent 12fd6435c5
commit ecaf72324c

View file

@ -2633,9 +2633,9 @@ void follow_unit(unit * u)
} }
} }
if (follow) { if (follow) {
fset(u, UFL_FOLLOWING);
fset(u2, UFL_FOLLOWED); fset(u2, UFL_FOLLOWED);
/* FOLLOW unit on a (potentially) moving unit prevents long orders */ /* FOLLOW unit on a (potentially) moving unit prevents long orders */
fset(u, UFL_FOLLOWING | UFL_LONGACTION);
set_order(&u->thisorder, NULL); set_order(&u->thisorder, NULL);
} }
} }