Spell of knock can knock back small monsters

Differentiates the spell from the wand of opening,
and the spell name sounds like it should do that ...
This commit is contained in:
Pasi Kallinen
2023-03-04 19:06:13 +02:00
parent c6a2803f49
commit ce0d25129e
4 changed files with 27 additions and 4 deletions

View File

@@ -3031,6 +3031,7 @@ extern void do_stone_mon(struct monst *, struct attack *, struct monst *,
extern int damageum(struct monst *, struct attack *, int);
extern int explum(struct monst *, struct attack *);
extern void missum(struct monst *, struct attack *, boolean);
extern boolean m_is_steadfast(struct monst *);
extern boolean mhitm_knockback(struct monst *, struct monst *,struct attack *,
int *, boolean);
extern int passive(struct monst *, struct obj *, boolean, boolean, uchar,