Illiterate hero will learn spells directly from deity

... instead of receiving a spellbook.
This commit is contained in:
Pasi Kallinen
2022-02-20 22:05:30 +02:00
parent fcdae54173
commit 4a61602436
4 changed files with 37 additions and 4 deletions

View File

@@ -2538,6 +2538,7 @@ extern int dovspell(void);
extern void initialspell(struct obj *);
extern boolean known_spell(short);
extern int spell_idx(short);
extern boolean force_learn_spell(short);
/* ### steal.c ### */