Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h477 mon_spell_slot drac_breath(monster_type drac_type);
H A Dmon-abil.cc78 drac->spells.push_back(drac_breath(draco_or_demonspawn_subspecies(*drac))); in draconian_change_colour()
H A Dmon-util.cc2684 drac_breath(mi.draco_or_demonspawn_subspecies()); in get_unique_spells()
2714 mon_spell_slot drac_breath(monster_type drac_type) in drac_breath() function
2750 mon_spell_slot breath = drac_breath(draco_or_demonspawn_subspecies(mon)); in mons_load_spells()
H A Dtags.cc6613 m.spells.push_back(drac_breath(draco_or_demonspawn_subspecies(m))); in unmarshallMonster()