Boomerangs can hit multiple monsters

The number of monsters it can hit depends on the enchantment.
This commit is contained in:
Pasi Kallinen
2026-02-04 22:35:19 +02:00
parent 27adb7c71d
commit 37168ab188
4 changed files with 43 additions and 23 deletions

View File

@@ -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 *);