forked from github/server
Bug 2481: FOLGE wurde durch ZAUBERE verhindert.
This commit is contained in:
parent
12fd6435c5
commit
ecaf72324c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue