Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspl-goditem.h59 ENCH_INFESTATION,
H A Denchant-type.h181 ENCH_INFESTATION, enumerator
H A Dmon-ench.cc980 case ENCH_INFESTATION: in remove_enchantment_effect()
1421 case ENCH_INFESTATION: in apply_enchantment()
H A Dtimed-effects.cc773 case ENCH_INFESTATION: in timeout_enchantments()
H A Dmon-info.cc110 { ENCH_INFESTATION, MB_INFESTATION },
H A Dbeam.cc5226 rc = mons_gives_xp(*mon, you) && !mon->has_ench(ENCH_INFESTATION); in ench_flavour_affects_monster()
5805 mon->add_ench(mon_enchant(ENCH_INFESTATION, 0, &you, dur)); in apply_enchantment_to_monster()
H A Dmon-death.cc2270 if (mons.has_ench(ENCH_INFESTATION)) in monster_die()