Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-death.h29 #define MON_KILL(x) ((x) == KILL_MON || (x) == KILL_MON_MISSILE) macro
H A Dmon-death.cc238 if (!experience || !MON_KILL(killer) || invalid_monster_index(killer_index)) in _calc_monster_experience()
643 if (!MON_KILL(killer)) in _is_pet_kill()
696 if (!MON_KILL(killer) && !YOU_KILL(killer)) in _ely_protect_ally()
735 if (MON_KILL(killer) && !invalid_monster_index(i)) in _ely_heal_monster()
806 beogh_convert_orc(&mons, MON_KILL(killer) ? conv_t::deathbed_follower : in _beogh_forcibly_convert_orc()
836 if (MON_KILL(killer) && !invalid_monster_index(killer_index)) in _beogh_maybe_convert_orc()
1563 if (MON_KILL(killer) && monster_killed == killer_index) in monster_die()
1571 else if (MON_KILL(killer) && mons.has_ench(ENCH_CHARM)) in monster_die()
1584 if (MON_KILL(killer) in monster_die()
1596 if (MON_KILL(killer) && killer_index == you.mindex()) in monster_die()
H A Darena.cc1303 if (mons->flags & MF_HARD_RESET && !MON_KILL(killer)) in arena_monster_died()
1310 else if (mons_self_destructs(*mons) && MON_KILL(killer)) in arena_monster_died()
H A Dbeam.cc150 else if (MON_KILL(thrower)) in whose_kill()
2805 else if (MON_KILL(thrower)) in internal_ouch()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dbeam.cc2327 else if (MON_KILL(beam.thrower) // monster threw it. in beam_drop_object()
2890 else if (MON_KILL( beam.thrower )) in beam_ouch()
3317 MON_KILL(beam.thrower) ? beam.beam_source : MHITYOU ); in affect_monster()
3322 MON_KILL(beam.thrower) ? beam.beam_source : MHITYOU ); in affect_monster()
3448 MON_KILL(beam.thrower) ? beam.beam_source : MHITYOU ); in affect_monster()
3753 if (MON_KILL(beam.thrower)) in affect_monster_enchantment()
H A Denum.h1290 #define MON_KILL(x) ((x) == KILL_MON || (x) == KILL_MON_MISSILE) macro
H A Dmonstuff.cc347 const bool pet_kill = (MON_KILL(killer) && ((i >= 0 && i < 200) in monster_die()