From: Pasi Kallinen Date: Fri, 4 Mar 2022 08:48:38 +0000 (+0200) Subject: Unhide monster when boulder rolls away X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab8a18d1f04dd4ceb88617b6554ab3e1c82cc22b;p=nethack Unhide monster when boulder rolls away --- diff --git a/src/trap.c b/src/trap.c index 32af75497..3f881a5e1 100644 --- a/src/trap.c +++ b/src/trap.c @@ -2751,6 +2751,7 @@ launch_obj( if (otmp->quan == 1L) { obj_extract_self(otmp); + maybe_unhide_at(otmp->ox, otmp->oy); singleobj = otmp; otmp = (struct obj *) 0; } else {