temporary light fix
Don't replace a monster that's been temporarily seen via camera flash or thrown/kicked lit candle/lamp with "unseen, remembered monster" glyph if it can be sensed via telepathy, warning, or extended monster detection.
This commit is contained in:
@@ -322,7 +322,7 @@ transient_light_cleanup()
|
|||||||
if (mon->mtemplit) {
|
if (mon->mtemplit) {
|
||||||
mon->mtemplit = 0;
|
mon->mtemplit = 0;
|
||||||
++mtempcount;
|
++mtempcount;
|
||||||
if (!canseemon(mon))
|
if (!canspotmon(mon))
|
||||||
map_invisible(mon->mx, mon->my);
|
map_invisible(mon->mx, mon->my);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user