Home
last modified time | relevance | path

Searched refs:mons_class_gives_xp (Results 1 – 13 of 13) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-grow.cc168 if (!mons_class_gives_xp(type) || is_summoned()) in gain_exp()
H A Dmon-poly.cc122 || !mons_class_gives_xp(new_mclass) // no tentacle parts or in _valid_type_morph()
H A Dmon-util.h574 bool mons_class_gives_xp(monster_type mc, bool indirect = false);
H A Dmon-abil.cc660 if (!mons_class_gives_xp(mons.type)) in _lost_soul_affectable()
H A Dshout.cc328 && mons_class_gives_xp(mons->type)) in check_awaken()
H A Ddbg-objstat.cc548 if (mons_class_gives_xp(mc) && !mons_class_flag(mc, M_CANT_SPAWN)) in _init_monsters()
H A Darena.cc1158 if (!arena::allow_zero_xp && !mons_class_gives_xp(type)) in arena_veto_random_monster()
H A Dmon-util.cc723 bool mons_class_gives_xp(monster_type mc, bool indirect) in mons_class_gives_xp() function
746 && mons_class_gives_xp(victim.type) // class must reward xp in mons_gives_xp()
2462 if (!mons_class_gives_xp(mc)) in exper_value()
H A Dtileview.cc1028 if (!mons_class_gives_xp(mon.type)) in _tile_place_monster()
H A Dmon-info.cc493 && mons_class_gives_xp(m->type, true)) in monster_info()
H A Dtileweb.cc1787 if (!mons_class_gives_xp(m->type)) in _send_monster()
H A Dmon-death.cc1852 && mons_class_gives_xp(mons.type) in monster_die()
H A Dmon-place.cc2871 && mons_class_gives_xp(type); in mons_can_hate()