Home
last modified time | relevance | path

Searched refs:mons_is_ghost_demon (Results 1 – 14 of 14) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-clone.cc225 || mons_is_ghost_demon(mon->type) in mons_clonable()
H A Dmon-poly.cc139 || mons_is_ghost_demon(new_mclass) in _valid_type_morph()
H A Dmon-util.h228 bool mons_is_ghost_demon(monster_type mc);
H A Dmonster.cc745 if (!mons_is_ghost_demon(type) && mons_has_ranged_spell(*this)) in bind_spell_flags()
3247 if (mons_is_ghost_demon(type)) in base_armour_class()
3384 if (mons_is_ghost_demon(type)) in base_evasion()
5161 if (mons_is_ghost_demon(type)) in can_see_invisible()
6539 if (mons_is_ghost_demon(type) && species::is_draconian(ghost->species)) in is_dragonkind()
H A Dwiz-mon.cc579 if (mons_is_ghost_demon(mons.type)) in debug_stethoscope()
H A Dmon-util.cc119 || mons_is_ghost_demon(mons.type) && mons.ghost && mons.ghost->flies in monster_inherently_flies()
388 if (mons_is_ghost_demon(mon.type)) in get_mons_resists()
1471 bool mons_is_ghost_demon(monster_type mc) in mons_is_ghost_demon() function
1988 if (mons_is_ghost_demon(mc)) in mons_attack_spec()
H A Dlookup-help.cc971 if (mons_is_ghost_demon(mon_num) || mons_class_is_zombified(mon_num)) in _describe_monster()
H A Dmon-place.cc1686 if (mons_is_job(ztype) || mons_is_ghost_demon(ztype)) in define_zombie()
2952 if (mons_is_ghost_demon(dummy.type)) in create_monster()
H A Dmon-info.cc1126 return !mname.empty() && !mons_is_ghost_demon(type) in has_proper_name()
H A Dtags.cc5614 if (mons_is_ghost_demon(m.type)) in marshallMonster()
6013 if ((mons_is_ghost_demon(mi.type) in _unmarshallMonsterInfo()
6490 if (mons_is_ghost_demon(m.type)) in unmarshallMonster()
6966 ASSERT(parts & MP_GHOST_DEMON || !mons_is_ghost_demon(m.type)); in unmarshallMonster()
H A Dmon-death.cc133 if (mons_is_ghost_demon(mons.type) && !mons.ghost) in _fill_out_corpse()
H A Dmon-act.cc269 if (mons_is_ghost_demon(mons->type)) in _do_mon_spell()
H A Dxom.cc1101 && !mons_is_ghost_demon(mons.type) in _xom_polymorph_monster()
H A Dbeam.cc5638 if (mons_is_ghost_demon(mon->type)) in apply_enchantment_to_monster()