We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c94b27 commit 60dc634Copy full SHA for 60dc634
1 file changed
src/monmove.c
@@ -825,6 +825,8 @@ dochug(register struct monst* mtmp)
825
/* if confused grabber has wandered off, let go */
826
if (mtmp == u.ustuck && !next2u(mtmp->mx, mtmp->my))
827
unstuck(mtmp);
828
+ if (grounded(mdat))
829
+ disturb_buried_zombies(mtmp->mx, mtmp->my);
830
/* Maybe it stepped on a trap and fell asleep... */
831
if (helpless(mtmp))
832
return 0;
0 commit comments