Home
last modified time | relevance | path

Searched refs:cast_poisonous_vapours (Results 1 – 4 of 4) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspl-damage.h44 spret cast_poisonous_vapours(int pow, const dist &beam, bool fail, bool test=false);
H A Dspl-util.cc1567 if (mons && cast_poisonous_vapours(0, test_targ, true, true) in spell_no_hostile_in_range()
H A Dspl-cast.cc2339 return cast_poisonous_vapours(powc, spd, fail); in _do_cast()
H A Dspl-damage.cc2916 spret cast_poisonous_vapours(int pow, const dist &beam, bool fail, bool test) in cast_poisonous_vapours() function