Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-info.cc381 if (mons_is_pghost(type)) in monster_info()
680 if (mons_is_pghost(type)) in monster_info()
703 if (m->props.exists(CUSTOM_SPELLS_KEY) || mons_is_pghost(type) in monster_info()
1260 if (fullname || mons_is_pghost(m1.type)) in less_than()
H A Dmon-util.h231 bool mons_is_pghost(monster_type mc);
H A Dspl-goditem.cc167 return mons_is_pghost(mc) || mc == MONS_PANDEMONIUM_LORD ? 1000 in _pacification_hp()
H A Dtilemcache.cc1505 return mons_is_pghost(mon.type); in valid()
H A Dtilesdl.cc1487 if (mons_is_pghost(mon.type)) in add_text_tag()
H A Dmonster.cc352 if (!ghost || !(type == MONS_PANDEMONIUM_LORD || mons_is_pghost(type))) in ghost_brand()
2379 char ch = mons_base_char(mons_is_pghost(type) in hand_name()
2507 char ch = mons_base_char(mons_is_pghost(type) in foot_name()
H A Ddescribe.cc3834 ASSERT(mi.type == MONS_PANDEMONIUM_LORD || mons_is_pghost(mi.type)); in _monster_attacks_description()
5155 ASSERT(mons_is_pghost(mon->type)); in short_ghost_description()
H A Dmon-util.cc1476 bool mons_is_pghost(monster_type mc) in mons_is_pghost() function
4701 if (mons_is_pghost(mon.type)) in get_mon_shape()
H A Dmon-death.cc919 && !mons_is_pghost(mons->type)) in fire_monster_death_event()
H A Ddirectn.cc3627 if (print_attitude && mons_is_pghost(mi.type)) in get_monster_equipment_desc()
H A Dtags.cc5749 if (mons_is_pghost(mi.type)) in _marshallMonsterInfo()
6001 if (mons_is_pghost(mi.type)) in _unmarshallMonsterInfo()