Moving monsters disturb buried zombies
This commit is contained in:
@@ -825,6 +825,8 @@ dochug(register struct monst* mtmp)
|
|||||||
/* if confused grabber has wandered off, let go */
|
/* if confused grabber has wandered off, let go */
|
||||||
if (mtmp == u.ustuck && !next2u(mtmp->mx, mtmp->my))
|
if (mtmp == u.ustuck && !next2u(mtmp->mx, mtmp->my))
|
||||||
unstuck(mtmp);
|
unstuck(mtmp);
|
||||||
|
if (grounded(mdat))
|
||||||
|
disturb_buried_zombies(mtmp->mx, mtmp->my);
|
||||||
/* Maybe it stepped on a trap and fell asleep... */
|
/* Maybe it stepped on a trap and fell asleep... */
|
||||||
if (helpless(mtmp))
|
if (helpless(mtmp))
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user