Monsters trapped in pits cannot kick

This commit is contained in:
Pasi Kallinen
2025-07-04 17:39:08 +03:00
parent a0d9c94ece
commit e2b80cd886
5 changed files with 25 additions and 0 deletions

View File

@@ -1507,6 +1507,7 @@ extern struct monst *cloneu(void);
extern void expels(struct monst *, struct permonst *, boolean) NONNULLARG12;
extern struct attack *getmattk(struct monst *, struct monst *, int, int *,
struct attack *) NONNULLARG12;
extern boolean mtrapped_in_pit(struct monst *) NONNULLARG1;
extern int mattacku(struct monst *) NONNULLARG1;
boolean diseasemu(struct permonst *) NONNULLARG1;
boolean u_slip_free(struct monst *, struct attack *) NONNULLARG12;