Home
last modified time | relevance | path

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

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dbeam.cc1570 poison_monster( monster, YOU_KILL(pbolt.thrower) ); in mons_adjust_flavoured()
1592 poison_monster( monster, YOU_KILL(pbolt.thrower), 4 ); in mons_adjust_flavoured()
2248 cloud_type = YOU_KILL(beam.thrower) ? CLOUD_STINK : CLOUD_STINK_MON; in beam_explodes()
2304 if (YOU_KILL(beam.thrower) // ie if you threw it. in beam_drop_object()
2886 if (YOU_KILL( beam.thrower ) && !beam.aux_source) in beam_ouch()
3313 if (mons_friendly(mon) && YOU_KILL(beam.thrower)) in affect_monster()
3436 if (mons_friendly(mon) && YOU_KILL(beam.thrower)) in affect_monster()
3488 && YOU_KILL(beam.thrower)) in affect_monster()
3523 sticky_flame_monster( tid, YOU_KILL(beam.thrower), levels ); in affect_monster()
3536 poison_monster( mon, YOU_KILL(beam.thrower), 2 ); in affect_monster()
[all …]
H A Dmonstuff.cc364 if (YOU_KILL(killer)) in monster_die()
381 if (YOU_KILL(killer)) in monster_die()
396 if (YOU_KILL(killer)) in monster_die()
578 if (YOU_KILL(killer)) in monster_die()
588 if (YOU_KILL(killer)) in monster_die()
H A Denum.h1289 #define YOU_KILL(x) ((x) == KILL_YOU || (x) == KILL_YOU_MISSILE) macro
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dbeam.cc684 && !YOU_KILL(thrower) in initialise_fire()
1360 && YOU_KILL(thrower)) in do_fire()
2566 && !YOU_KILL(thrower) in found_player()
3035 if (YOU_KILL(thrower)) in tracer_affect_player()
3379 if (YOU_KILL(thrower)) in affect_player_enchantment()
3783 if (!YOU_KILL(thrower)) in affect_player()
4352 if (YOU_KILL(thrower)) in enchantment_affect_monster()
5366 if (YOU_KILL(thrower)) in apply_enchantment_to_monster()
5377 if (YOU_KILL(thrower)) in apply_enchantment_to_monster()
5479 if (YOU_KILL(thrower)) in apply_enchantment_to_monster()
[all …]
H A Dmon-explode.cc244 if (YOU_KILL(killer)) in explode_monster()
251 if (YOU_KILL(killer)) in explode_monster()
H A Dmon-death.h27 #define YOU_KILL(x) ((x) == KILL_YOU || (x) == KILL_YOU_MISSILE \ macro
H A Dl-view.cc82 && is_damaging_cloud(c, true, YOU_KILL(env.map_knowledge(p).cloudinfo()->killer))) in LUAFN()
H A Dmon-death.cc696 if (!MON_KILL(killer) && !YOU_KILL(killer)) in _ely_protect_ally()
744 else if (!YOU_KILL(killer)) in _ely_heal_monster()
833 if (YOU_KILL(killer)) in _beogh_maybe_convert_orc()
1513 ASSERT(!(YOU_KILL(killer) && crawl_state.game_is_arena())); in monster_die()
2126 if (YOU_KILL(killer)) in monster_die()
2356 monster_drop_things(&mons, YOU_KILL(killer) || pet_kill); in monster_die()
H A Dfineff.cc682 if (YOU_KILL(killer)) in fire()
H A Dkills.cc92 YOU_KILL(killer) ? KC_YOU : in record_kill()
H A Dcloud.cc857 return cloud_at(c) ? YOU_KILL(cloud_at(c)->killer) : false; in cloud_is_yours_at()
H A Dspl-damage.cc642 if (actual && YOU_KILL(beam.thrower)) in _los_spell_damage_monster()
655 if (YOU_KILL(beam.thrower)) in _los_spell_damage_monster()
H A Dtravel.cc213 return !is_damaging_cloud(ctype, true, YOU_KILL(env.map_knowledge(c).cloudinfo()->killer)); in _is_safe_cloud()