Lines Matching refs:p_mana
454 inflict = MIN(Player.p_mana, floor(inflict)); in monsthits()
457 Player.p_mana -= inflict; in monsthits()
705 if (Player.p_mana >= MM_ALLORNOTHING) in throwspell()
707 Player.p_mana -= MM_ALLORNOTHING; in throwspell()
722 while (dtemp < 0.0 || dtemp > Player.p_mana); in throwspell()
724 Player.p_mana -= dtemp; in throwspell()
741 if (Player.p_mana < MM_FORCEFIELD) in throwspell()
744 Player.p_mana -= MM_FORCEFIELD; in throwspell()
754 if (Player.p_mana < MM_XFORM) in throwspell()
757 Player.p_mana -= MM_XFORM; in throwspell()
768 if (Player.p_mana < MM_INCRMIGHT) in throwspell()
771 Player.p_mana -= MM_INCRMIGHT; in throwspell()
783 if (Player.p_mana < MM_INVISIBLE) in throwspell()
786 Player.p_mana -= MM_INVISIBLE; in throwspell()
798 if (Player.p_mana < MM_XPORT) in throwspell()
801 Player.p_mana -= MM_XPORT; in throwspell()
823 if (Player.p_mana < MM_PARALYZE) in throwspell()
826 Player.p_mana -= MM_PARALYZE; in throwspell()
840 if (Player.p_mana < MM_SPECIFY) in throwspell()
843 Player.p_mana -= MM_SPECIFY; in throwspell()
1001 Player.p_mana += ROLL(Circle * 4.0, Circle * 30.0); in awardtreasure()
1033 Player.p_mana += 12.0 * Circle; in awardtreasure()
1160 Player.p_mana += 24.0 * Circle; in awardtreasure()
1193 Player.p_mana += Circle * 10.0; in awardtreasure()
1337 Player.p_mana += 100.0 * Circle; in awardtreasure()
1384 *dptr++ = Player.p_mana; in scramblestats()
1405 Player.p_mana = *dptr++; in scramblestats()