git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1345 c06c8d41-db1a-0410-9941-cceddc491573
HH7B5SORPUW74EC3V2ZVZTMDH7UXG2FLAELXUQII4TNGGHDLPETAC
GSS3OCYMI4MYKACCGNLFA267VDH2U7G4QVVDLMOVAUHZTYQ3QJDAC
KOSAQXB3KF6VAYTG2TOTHGJBB3F7AL6O32EMCXPVZJ5WHQX6XR5AC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
DDU4A3JGN5IUIPP5IASOODKPR2WBHSDSV4FITZ6HNXNSXXQACWAQC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
unsigned int get_spell_type( spell_type which_spell );
unsigned int get_spell_disciplines( spell_type which_spell );
unsigned int get_spell_type(spell_type spell)
unsigned int get_spell_disciplines(spell_type spell)
int calc_spell_power( int spell, bool apply_intel, bool fail_rate_chk = false );
int calc_spell_power(spell_type spell, bool apply_intel, bool fail_rate_chk = false );
int calc_spell_power(spell_type spell, bool apply_intel,
bool fail_rate_chk = false );
static void surge_power(int spell)
static void surge_power(spell_type spell)
enhanced += spell_enhancement(spell_type(spell));
enhanced += spell_enhancement(get_spell_disciplines(spell));
int calc_spell_power( int spell, bool apply_intel, bool fail_rate_check )
int calc_spell_power(spell_type spell, bool apply_intel, bool fail_rate_check)
unsigned int disciplines = spell_type( spell );
unsigned int disciplines = get_spell_disciplines( spell );