Home
last modified time | relevance | path

Searched refs:mons_class_is_zombified (Results 1 – 11 of 11) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-info.cc821 const int base_avg_hp = mons_class_is_zombified(type) ? in get_max_hp_desc()
904 if (mons_class_is_zombified(type)) in _core_name()
1010 const bool nocore = mons_class_is_zombified(type) in common_name()
1240 if (mons_class_is_zombified(m1.type)) in less_than()
1553 const monsterentry *e = get_monster_data(mons_class_is_zombified(type) in reach_range()
H A Dmon-place.cc558 return (mons_class_is_zombified(cls) in fixup_zombie_type()
995 if (mons_class_is_zombified(mg.cls)) in _place_monster_aux()
1406 else if (mons_class_is_zombified(mg.cls)) in _place_monster_aux()
1645 ASSERT(mons_class_is_zombified(mon->type)); in roll_zombie_hp()
1669 ASSERT(mons_class_is_zombified(cs)); in define_zombie()
2854 if (mons_class_is_zombified(type)) in god_hates_monster()
H A Dlookup-help.cc584 if (mons_class_is_zombified(m_type)) in _monster_menu_gen()
971 if (mons_is_ghost_demon(mon_num) || mons_class_is_zombified(mon_num)) in _describe_monster()
H A Dmon-poly.cc134 || mons_class_is_zombified(new_mclass) in _valid_type_morph()
H A Dmon-util.h318 bool mons_class_is_zombified(monster_type mc);
H A Dmon-util.cc1690 bool mons_class_is_zombified(monster_type mc) in mons_class_is_zombified() function
1723 return mons_class_is_zombified(mon.type); in mons_is_zombified()
1728 if (mons_class_is_zombified(mon.type)) in mons_base_type()
1755 return (!mons_class_is_zombified(mc) || mc == MONS_SPECTRAL_THING) in mons_class_can_use_stairs()
2806 ASSERT(!mons_class_is_zombified(mcls)); // should have called define_zombie in define_monster()
H A Dmonster.cc3216 ASSERT(mons_class_is_zombified(type)); in _zombie_ac_modifier()
3251 if (mons_class_is_zombified(type)) in base_armour_class()
3360 ASSERT(mons_class_is_zombified(type)); in _zombie_ev_modifier()
3388 if (mons_class_is_zombified(type)) in base_evasion()
4131 if (zombie_base && mons_class_is_zombified(type)) in mons_species()
H A Ddungeon.cc5057 const monster_type montype = mons_class_is_zombified(type) in dgn_place_monster()
5069 if (mons_class_is_zombified(mspec.monbase)) in dgn_place_monster()
5135 if (mons_class_is_zombified(mg.base_type)) in dgn_place_monster()
5137 if (mons_class_is_zombified(mg.cls)) in dgn_place_monster()
H A Dspl-summoning.cc1086 if (mons_class_is_zombified(mons->type)) in cast_shadow_creatures()
H A Dtilepick.cc1726 if (mons_class_is_zombified(mon.type)) in _tileidx_monster_no_props()
H A Dmapdef.cc4181 && mons_class_is_zombified(static_cast<monster_type>(nspec.type))) in parse_mons_spec()