Home
last modified time | relevance | path

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

/openbsd/games/phantasia/
H A Dphantdefs.h105 #define MM_INCRMIGHT 75.0 /* mana used for 'increase might' */ macro
H A Dfight.c923 else if (Player.p_mana < MM_INCRMIGHT) in throwspell()
926 Player.p_mana -= MM_INCRMIGHT; in throwspell()