forked from github/server
Bei der Durchreise konnte man große Monster immer sehen.
https://bugs.eressea.de/view.php?id=2714
This commit is contained in:
parent
ba3b608296
commit
592fe18779
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue