Add #wizcast command to cast any spell
Wizard-mode command to cast any spell without checks that would prevent casting, and with no energy use. Mainly to allow the fuzzer to exercise the spell code paths.
This commit is contained in:
@@ -2624,9 +2624,10 @@ extern int study_book(struct obj *);
|
||||
extern void book_disappears(struct obj *);
|
||||
extern void book_substitution(struct obj *, struct obj *);
|
||||
extern void age_spells(void);
|
||||
extern int dowizcast(void);
|
||||
extern int docast(void);
|
||||
extern int spell_skilltype(int);
|
||||
extern int spelleffects(int, boolean);
|
||||
extern int spelleffects(int, boolean, boolean);
|
||||
extern int tport_spell(int);
|
||||
extern void losespells(void);
|
||||
extern int dovspell(void);
|
||||
|
||||
Reference in New Issue
Block a user