Boomerangs can hit multiple monsters
The number of monsters it can hit depends on the enchantment.
This commit is contained in:
@@ -829,6 +829,7 @@ extern void hurtle(int, int, int, boolean);
|
||||
extern void mhurtle(struct monst *, int, int, int) NONNULLARG1;
|
||||
extern boolean harmless_missile(struct obj *) NONNULLARG1;
|
||||
extern boolean throwing_weapon(struct obj *) NONNULLARG1;
|
||||
extern boolean throwit_mon_hit(struct obj *, struct monst *) NONNULLARG1;
|
||||
extern void throwit(struct obj *, long, boolean, struct obj *) NONNULLARG1;
|
||||
extern int omon_adj(struct monst *, struct obj *, boolean) NONNULLPTRS;
|
||||
extern boolean should_mulch_missile(struct obj *);
|
||||
|
||||
Reference in New Issue
Block a user