Home
last modified time | relevance | path

Searched refs:mons_gives_xp (Results 1 – 6 of 6) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-poly.cc769 if (mons_gives_xp(*mons, you) && !crawl_state.game_is_arena()) in seen_monster()
H A Dmon-util.h575 bool mons_gives_xp(const monster& mon, const actor& agent);
H A Dmon-death.cc242 if (!mon->alive() || !mons_gives_xp(*victim, *mon)) in _calc_monster_experience()
525 && mons_gives_xp(mons, you) in place_monster_corpse()
1551 const bool gives_player_xp = mons_gives_xp(mons, you); in monster_die()
H A Dmonster.cc2880 if (agent && mons_gives_xp(*this, *agent) in banish()
4426 if (agent && agent->is_player() && mons_gives_xp(*this, *agent) in hurt()
H A Dmon-util.cc739 bool mons_gives_xp(const monster& victim, const actor& agent) in mons_gives_xp() function
H A Dbeam.cc5226 rc = mons_gives_xp(*mon, you) && !mon->has_ench(ENCH_INFESTATION); in ench_flavour_affects_monster()