]> granicus.if.org Git - nethack/commitdiff
Unhide monster when boulder rolls away
authorPasi Kallinen <paxed@alt.org>
Fri, 4 Mar 2022 08:48:38 +0000 (10:48 +0200)
committerPasi Kallinen <paxed@alt.org>
Fri, 4 Mar 2022 08:48:38 +0000 (10:48 +0200)
src/trap.c

index 32af754970605aecf75f9258dc7c7d8ffb9f1a31..3f881a5e11040fcaed62aecb6c8f12642eee2cfd 100644 (file)
@@ -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 {