Sunsword can be invoked to create a blinding ray

This commit is contained in:
Pasi Kallinen
2024-03-31 19:43:33 +03:00
parent 5ee813091a
commit c71e8ec8d4
6 changed files with 26 additions and 14 deletions

View File

@@ -103,6 +103,7 @@ extern long timet_delta(time_t, time_t);
/* ### apply.c ### */
extern void do_blinding_ray(struct obj *) NONNULLPTRS;
extern int doapply(void);
extern int dorub(void);
extern int dojump(void);