Home
last modified time | relevance | path

Searched refs:mons_is_job (Results 1 – 7 of 7) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-poly.cc302 const monster_type type = mons_is_job(mons->type) in change_monster_type()
H A Dmon-util.h234 bool mons_is_job(monster_type mc);
H A Dmon-util.cc1531 bool mons_is_job(monster_type mc) in mons_is_job() function
3359 const monster_type type = mons_is_job(mon.type) in mons_habitat()
3375 const monster_type type = mons_is_job(mon.type) in mons_primary_habitat()
4986 if (md->AC < 0 && !mons_is_job(mc)) in debug_mondata()
4988 if (md->ev < 0 && !mons_is_job(mc)) in debug_mondata()
H A Dmon-place.cc127 const monster_type mt = mons_is_job(mon->type) in monster_habitable_grid()
1686 if (mons_is_job(ztype) || mons_is_ghost_demon(ztype)) in define_zombie()
H A Dmonster.cc3290 if (mons_is_job(type)) in base_armour_class()
3408 if (mons_is_job(type)) in base_evasion()
5409 return mons_class_flag(mons_is_job(type) ? base_monster : type, in is_spiny()
H A Dmon-info.cc394 if (mons_is_job(type)) in monster_info()
H A Ddescribe.cc4215 const monster_type type = mons_is_job(mi.type) in _monster_habitat_description()