Home
last modified time | relevance | path

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

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dbeam.cc1917 monster_die(monster, KILL_YOU, pbolt.beam_source); in mons_ench_f2()
1922 monster_die(monster, KILL_MON_MISSILE, pbolt.beam_source); in mons_ench_f2()
2123 pbolt.beam_source = monster_index(monster); in fire_tracer()
2893 ouch( dam, beam.beam_source, KILLED_BY_SPORE ); in beam_ouch()
2895 ouch( dam, beam.beam_source, KILLED_BY_BEAM, beam.aux_source ); in beam_ouch()
2899 ouch( dam, beam.beam_source, KILLED_BY_WILD_MAGIC, beam.aux_source ); in beam_ouch()
3317 MON_KILL(beam.thrower) ? beam.beam_source : MHITYOU ); in affect_monster()
3448 MON_KILL(beam.thrower) ? beam.beam_source : MHITYOU ); in affect_monster()
3509 monster_die(mon, thrower, beam.beam_source); in affect_monster()
3593 monster_die(mon, KILL_RESET, beam.beam_source); in affect_monster_enchantment()
[all …]
H A Dspl-cast.cc2093 beam.beam_source = NON_MONSTER; in miscast_effect()
2120 beam.beam_source = NON_MONSTER; in miscast_effect()
3016 beam.beam_source = NON_MONSTER; in miscast_effect()
3047 beam.beam_source = NON_MONSTER; in miscast_effect()
3148 beam.beam_source = NON_MONSTER; in miscast_effect()
3276 beam.beam_source = NON_MONSTER; in miscast_effect()
3385 beam.beam_source = NON_MONSTER; in miscast_effect()
H A Dmstuff2.cc607 pbolt.beam_source = monster_index(monster); in setup_mons_cast()
775 pbolt.beam_source = monster_index(monster); in setup_dragon()
784 pbolt.beam_source = monster_index(monster); in setup_generic_throw()
859 pbolt.beam_source = monster_index(monster); in mons_throw()
1098 beam.beam_source = monster_index(monster); in spore_goes_pop()
H A Dexterns.h111 int beam_source; // NON_MONSTER or monster index # member
H A Dspells1.cc215 beam.beam_source = MHITYOU; in cast_fire_storm()
350 beem.beam_source = MHITYOU; in stinking_cloud()
H A Dmonstuff.cc2328 beem.beam_source = monster_index(monster); in handle_special_ability()
2361 beem.beam_source = monster_index(monster); in handle_special_ability()
2481 beem.beam_source = monster_index(monster); in handle_special_ability()
2780 beem.beam_source = monster_index(monster); in handle_wand()
4548 pbolt.beam_source = monster_index(monster); in plant_spit()
H A Dit_use3.cc877 beam.beam_source = NON_MONSTER; in tome_of_power()
H A Deffects.cc260 ouch(damage_taken, pbolt.beam_source, KILLED_BY_BEAM, pbolt.aux_source); in direct_effect()
H A Dspells4.cc1936 beem.beam_source = MHITYOU; in cast_evaporate()
2373 blast.beam_source = MHITYOU; in cast_fragmentation()
H A Dabl-show.cc1011 beam.beam_source = NON_MONSTER; in activate_ability()
H A Dreligion.cc904 beam.beam_source = NON_MONSTER; in Xom_acts()
H A Ditems.cc2163 boom.beam_source = NON_MONSTER; in handle_time()
/dports/games/dungeoncrawl/dc400b26-src/docs/
H A Dchanges.4001316 game (forgot to set beam_source for non-beam type attacks).