Home
last modified time | relevance | path

Searched refs:get_mons_class_resists (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h199 resists_t get_mons_class_resists(monster_type mc) IMMUTABLE;
H A Dmon-util.cc367 resists_t get_mons_class_resists(monster_type mc) in get_mons_class_resists() function
386 resists_t resists = get_mons_class_resists(mon.type); in get_mons_resists()
399 resists |= get_mons_class_resists(subspecies); in get_mons_resists()
2275 return get_resist(get_mons_class_resists(mc), MR_RES_VORTEX); in mons_class_res_polar_vortex()
H A Dmon-info.cc351 mresists = get_mons_class_resists(type); in monster_info()