Apply a wielded bullwhip with fire-command

This commit is contained in:
Pasi Kallinen
2022-01-06 17:12:30 +02:00
parent 5b02ad521d
commit a77e1602f1
3 changed files with 5 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ extern boolean catch_lit(struct obj *);
extern void use_unicorn_horn(struct obj **);
extern boolean tinnable(struct obj *);
extern void reset_trapset(void);
extern int use_whip(struct obj *);
extern int use_pole(struct obj *, boolean);
extern void fig_transform(union any *, long);
extern int unfixable_trouble_count(boolean);