From 72fb06a40a782517d7ccb86cecd338662e7afcc2 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sat, 28 Dec 2024 20:31:45 +0200 Subject: [PATCH] Unhide monster moving over to teleport trap --- src/muse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/muse.c b/src/muse.c index 865ae5d05..7bf92b313 100644 --- a/src/muse.c +++ b/src/muse.c @@ -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);