Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspl-damage.h107 spret cast_maxwells_coupling(int pow, bool fail, bool tracer = false);
H A Dspl-util.cc1619 return cast_maxwells_coupling(pow, false, true) == spret::abort; in spell_no_hostile_in_range()
H A Dspl-cast.cc2351 return cast_maxwells_coupling(powc, fail); in _do_cast()
H A Dspl-damage.cc3632 spret cast_maxwells_coupling(int pow, bool fail, bool tracer) in cast_maxwells_coupling() function