Home
last modified time | relevance | path

Searched refs:mons_class_willpower (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h246 int mons_class_willpower(monster_type type, monster_type base);
H A Dmon-info.cc352 mr = mons_class_willpower(type, base_type); in monster_info()
H A Dmon-util.cc2317 int mons_class_willpower(monster_type type, monster_type base) in mons_class_willpower() function
H A Dmonster.cc4025 mons_class_willpower(type, base_monster); in willpower()
H A Dtags.cc5847 mi.mr = mons_class_willpower(mi.type, mi.base_type); in _unmarshallMonsterInfo()