Don't show error when monster in lava cannot tele away

... due to the level being full of monsters.
This commit is contained in:
Pasi Kallinen
2023-05-10 18:43:32 +03:00
parent 92ca5dbf71
commit 81884a92e0

View File

@@ -817,7 +817,7 @@ minliquid_core(struct monst* mtmp)
if (!DEADMONSTER(mtmp)) {
(void) fire_damage_chain(mtmp->minvent, FALSE, FALSE,
mtmp->mx, mtmp->my);
(void) rloc(mtmp, RLOC_ERR|RLOC_NOMSG);
(void) rloc(mtmp, RLOC_MSG);
return 0;
}
return 1;