Home
last modified time | relevance | path

Searched refs:source_monster (Results 1 – 8 of 8) sorted by relevance

/dports/games/angband/Angband-4.2.2/src/
H A Dmon-blows.c479 source_monster(context->mon->midx), in melee_effect_stat()
589 …effect_simple(EF_DISENCHANT, source_monster(context->mon->midx), "0", 0, 0, 0, 0, 0, &context->obv… in melee_effect_handler_DISENCHANT()
829 source_monster(context->mon->midx), in melee_effect_handler_EAT_LIGHT()
960 …effect_simple(EF_DRAIN_STAT, source_monster(context->mon->midx), "0", STAT_STR, 0, 0, 0, 0, &conte… in melee_effect_handler_LOSE_ALL()
961 …effect_simple(EF_DRAIN_STAT, source_monster(context->mon->midx), "0", STAT_DEX, 0, 0, 0, 0, &conte… in melee_effect_handler_LOSE_ALL()
962 …effect_simple(EF_DRAIN_STAT, source_monster(context->mon->midx), "0", STAT_CON, 0, 0, 0, 0, &conte… in melee_effect_handler_LOSE_ALL()
963 …effect_simple(EF_DRAIN_STAT, source_monster(context->mon->midx), "0", STAT_INT, 0, 0, 0, 0, &conte… in melee_effect_handler_LOSE_ALL()
964 …effect_simple(EF_DRAIN_STAT, source_monster(context->mon->midx), "0", STAT_WIS, 0, 0, 0, 0, &conte… in melee_effect_handler_LOSE_ALL()
984 effect_simple(EF_EARTHQUAKE, source_monster(context->mon->midx), "0", in melee_effect_handler_SHATTER()
H A Dsource.h31 struct source source_monster(int who);
H A Dsource.c36 struct source source_monster(int who) in source_monster() function
H A Dmon-attack.c765 effect_simple(EF_TELEPORT, source_monster(mon->midx), dice, 0, 0, 0, 0, 0, NULL); in make_attack_normal()
926 effect_simple(EF_TELEPORT, source_monster(mon->midx), dice, 0, 0, 0, 0, 0, NULL); in monster_attack_monster()
H A Dmon-util.c1513 effect_simple(EF_WAKE, source_monster(mon->midx), "", 0, 0, 0, 0, 0, in steal_monster_item()
1660 effect_simple(EF_TELEPORT, source_monster(mon->midx), "1", 0, 0, 0, in monster_change_shape()
1689 effect_simple(EF_TELEPORT, source_monster(mon->midx), "1", 0, 0, 0, in monster_revert_shape()
H A Dmon-spell.c273 effect_do(spell->effect, source_monster(mon->midx), NULL, &ident, true, 0, 0, 0, NULL); in do_mon_spell()
H A Deffects.c1661 effect_simple(EF_MAP_AREA, source_monster(i), "0", 0, 0, 0, in effect_handler_READ_MINDS()
4492 return (project(source_monster(mon->target.midx), rad, in effect_handler_TOUCH()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.cc1334 const monster *source_monster = monster_by_mid(death_source); in init_death_cause() local
1335 if (source_monster) in init_death_cause()
1336 killer_map = source_monster->originating_map(); in init_death_cause()