Fix couple cases of boulders over pits
When a zombie claws itself out of the ground. When a polymorph is zapped on a pile of objects over a pit, and one of them turns into a boulder.
This commit is contained in:
1
src/do.c
1
src/do.c
@@ -2185,6 +2185,7 @@ revive_corpse(struct obj *corpse)
|
||||
Soundeffect(se_scratching, 50);
|
||||
You_hear("scratching noises.");
|
||||
}
|
||||
fill_pit(mtmp->mx, mtmp->my);
|
||||
break;
|
||||
}
|
||||
/*FALLTHRU*/
|
||||
|
||||
Reference in New Issue
Block a user