Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.cc1623 return mons_class_itemuse(mons_zombie_base(mon)); in mons_itemuse()
1685 monster_type mons_zombie_base(const monster& mon) in mons_zombie_base() function
2006 mc = mons_zombie_base(mon); in mons_attack_spec()
3311 return mons_class_base_speed(mons_zombie_base(mon)); in mons_base_speed()
3313 return mons_is_zombified(mon) ? mons_class_zombie_base_speed(mons_zombie_base(mon)) in mons_base_speed()
3328 return mons_class_intel(mons_zombie_base(mon)); in mons_intel()
H A Dmon-util.h317 monster_type mons_zombie_base(const monster& mon);
H A Dgod-abil.cc1185 mons_is_zombified(*mon) ? mons_zombie_base(*mon) in _zin_saltify()
H A Dbeam.cc4420 mons_is_zombified(*mon) ? mons_zombie_base(*mon) in glaciate_freeze()