Skip to content

Commit 60dc634

Browse files
committed
Moving monsters disturb buried zombies
1 parent 3c94b27 commit 60dc634

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/monmove.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,8 @@ dochug(register struct monst* mtmp)
825825
/* if confused grabber has wandered off, let go */
826826
if (mtmp == u.ustuck && !next2u(mtmp->mx, mtmp->my))
827827
unstuck(mtmp);
828+
if (grounded(mdat))
829+
disturb_buried_zombies(mtmp->mx, mtmp->my);
828830
/* Maybe it stepped on a trap and fell asleep... */
829831
if (helpless(mtmp))
830832
return 0;

0 commit comments

Comments
 (0)