Unhide monster moving over to teleport trap

This commit is contained in:
Pasi Kallinen
2024-12-28 20:31:45 +02:00
parent d11747899e
commit 72fb06a40a

View File

@@ -1130,6 +1130,7 @@ use_defensive(struct monst *mtmp)
place_monster(mtmp, gt.trapx, gt.trapy);
if (mtmp->wormno)
worm_move(mtmp);
maybe_unhide_at(mtmp->mx, mtmp->my);
newsym(gt.trapx, gt.trapy);
/* 0: 'no object' rather than STRANGE_OBJECT; FALSE: obj not seen */
m_tele(mtmp, vismon, FALSE, 0);