Bei der Durchreise konnte man große Monster immer sehen.

https://bugs.eressea.de/view.php?id=2714
This commit is contained in:
Enno Rehling 2020-12-08 23:06:31 +01:00
parent ba3b608296
commit 592fe18779

View file

@ -2373,7 +2373,7 @@ bool visible_unit(const unit *u, const faction *f, int stealthmod, seen_mode mod
}
else {
if (stealthmod > INT_MIN) {
if (mode > seen_travel || u->building || u->ship || is_guard(u)) {
if (mode >= seen_travel || u->building || u->ship || is_guard(u)) {
return cansee(f, u->region, u, stealthmod);
}
else {