don't hide under statues, statue trap or not

Unlike ground clutter, statues are typically in pretty tight contact
with the ground; statue traps are sometimes proclaimed as "monsters
posing as statues".
This commit is contained in:
nhmall
2023-06-15 09:29:41 -04:00
parent 1bd966f826
commit fee66f2905
3 changed files with 24 additions and 5 deletions

View File

@@ -1730,6 +1730,7 @@ extern boolean can_fog(struct monst *);
extern boolean should_displace(struct monst *, coord *, long *, int, coordxy,
coordxy);
extern boolean undesirable_disp(struct monst *, coordxy, coordxy);
extern boolean can_hide_under_obj(struct obj *);
/* ### monst.c ### */