Home
last modified time | relevance | path

Searched refs:ENCH_FLIGHT (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Denchant-type.h87 ENCH_FLIGHT, enumerator
H A Dspl-vortex.cc348 mon_enchant ench(ENCH_FLIGHT, 0, caster, 20); in polar_vortex_damage()
349 if (mon->has_ench(ENCH_FLIGHT)) in polar_vortex_damage()
H A Dmon-ench.cc796 case ENCH_FLIGHT: in remove_enchantment_effect()
1393 case ENCH_FLIGHT: in apply_enchantment()
H A Dmon-cast.cc5348 if (mons->has_ench(ENCH_FLIGHT)) in _mons_vortex()
5350 mon_enchant me2 = mons->get_ench(ENCH_FLIGHT); in _mons_vortex()
5355 mons->add_ench(mon_enchant(ENCH_FLIGHT, 0, mons, ench_dur)); in _mons_vortex()
H A Dmonster.cc4121 || has_ench(ENCH_FLIGHT); in airborne()