From: Pasi Kallinen Date: Tue, 15 Dec 2020 15:50:28 +0000 (+0200) Subject: Fix monster hide status when mon relocated X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8164d86af0c41789a4ad095bd8f6ba8aa151ef7;p=nethack Fix monster hide status when mon relocated --- diff --git a/src/teleport.c b/src/teleport.c index 5c7b84964..7af0b7b15 100644 --- a/src/teleport.c +++ b/src/teleport.c @@ -1250,6 +1250,7 @@ register int x, y; } } + maybe_unhide_at(x, y); newsym(x, y); /* update new location */ set_apparxy(mtmp); /* orient monster */