]> granicus.if.org Git - nethack/commitdiff
Fix monster hide state when chain is moved
authorPasi Kallinen <paxed@alt.org>
Fri, 18 Dec 2020 17:31:47 +0000 (19:31 +0200)
committerPasi Kallinen <paxed@alt.org>
Fri, 18 Dec 2020 17:31:47 +0000 (19:31 +0200)
src/ball.c

index 60099a83b623e997a67dd7f25027c71d01144615..6eeafe6fa9a8c3cdfe5089c384f636eec9eb88ba 100644 (file)
@@ -168,6 +168,7 @@ unplacebc_core()
     obj_extract_self(uchain);
     if (Blind && (u.bc_felt & BC_CHAIN)) /* drop glyph */
         levl[uchain->ox][uchain->oy].glyph = u.cglyph;
+    maybe_unhide_at(uchain->ox, uchain->oy);
 
     newsym(uchain->ox, uchain->oy);
     u.bc_felt = 0; /* feel nothing */