Home
last modified time | relevance | path

Searched refs:MM_ALLORNOTHING (Results 1 – 2 of 2) sorted by relevance

/dragonfly/games/phantasia/
HDphantdefs.h97 #define MM_ALLORNOTHING 1.0 /* mana used for 'all or nothing' */ macro
HDfight.c753 if (Player.p_mana >= MM_ALLORNOTHING) in throwspell()
755 Player.p_mana -= MM_ALLORNOTHING; in throwspell()