Dropping items disturbs buried zombies

This commit is contained in:
Pasi Kallinen
2023-11-02 20:31:51 +02:00
parent e6993f2ef1
commit 852f8e4996
3 changed files with 3 additions and 2 deletions

View File

@@ -305,6 +305,7 @@ flooreffects(struct obj *obj, coordxy x, coordxy y, const char *verb)
&& cansee(x,y)) {
doaltarobj(obj);
}
check_buried_zombies(x, y);
gb.bhitpos = save_bhitpos;
return res;