Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.cc1246 bool mons_is_demonspawn(monster_type mc) in mons_is_demonspawn() function
2002 else if (mons_is_demonspawn(mc) && attk_number != 0) in mons_attack_spec()
2013 if (mons_is_demonspawn(mon.type)) in mons_attack_spec()
2321 (mons_is_draconian(type) || mons_is_demonspawn(type)) in mons_class_willpower()
2346 …if (base != MONS_NO_MONSTER && mons_is_demonspawn(type) // XXX: add dracs here? latent bug otherwi… in mons_class_sees_invis()
2371 if (mons_is_demonspawn(mc) in mons_avg_hp()
2401 if (mons_is_demonspawn(mc) in mons_max_hp()
H A Dmon-util.h272 bool mons_is_demonspawn(monster_type mc);
H A Dtilemcache.cc1359 return mons_is_draconian(mon.type) || mons_is_demonspawn(mon.type); in valid()
H A Dmon-place.cc1147 if (mons_is_demonspawn(mg.cls) in _place_monster_aux()
1220 else if (mons_is_demonspawn(mon->type) in _place_monster_aux()
H A Dmonster.cc1446 || mons_is_demonspawn(type) in pickup_melee_weapon()
3626 || mons_is_demonspawn(type)) // Like player demonspawn. in known_chaos()
H A Dmenu.cc1717 else if (mons_is_demonspawn(m->type)) in get_tiles()
H A Dtags.cc5947 if (mons_is_demonspawn(mi.type) in _unmarshallMonsterInfo()
6818 if (mons_is_demonspawn(m.type) in unmarshallMonster()