Home
last modified time | relevance | path

Searched refs:spell_freq_for_hd (Results 1 – 4 of 4) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dghost.cc403 normalize_spell_freq(spells, spellcaster ? spell_freq_for_hd(xl) in init_pandemonium_lord()
404 : spell_freq_for_hd(xl) / 3); in init_pandemonium_lord()
769 normalize_spell_freq(spells, spell_freq_for_hd(xl)); in add_spells()
H A Dmon-util.h552 int spell_freq_for_hd(int hd);
H A Dmon-util.cc5353 int spell_freq_for_hd(int hd) in spell_freq_for_hd() function
H A Dtags.cc7383 total_given_freq = spell_freq_for_hd(hd); // would be zero otherwise in unmarshallSpells()