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
1 changed files with 1 additions and 1 deletions

View File

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