Home
last modified time | relevance | path

Searched refs:p_gems (Results 1 – 6 of 6) sorted by relevance

/original-bsd/games/phantasia/
H A Dmisc.c443 (double) N_GEMVALUE, Player.p_gems); in tradingpost()
446 if (numitems > Player.p_gems || numitems < 0) in tradingpost()
451 Player.p_gems -= numitems; in tradingpost()
553 mvprintw(15, 0, "Gems : %9.0f", Player.p_gems); in allstatslist()
1252 Player.p_gems = floor(Player.p_gems) + 0.1; in adjuststats()
1342 playerp->p_gems =
1666 Player.p_gems += gems;
1676 if (Player.p_gems >= dtemp)
1679 Player.p_gems -= dtemp;
1685 Player.p_gold += Player.p_gems * N_GEMVALUE;
[all …]
H A Dphantstruct.h23 double p_gems; /* gems */ member
H A Dgamesupport.c146 mvprintw(3, 40, "Q:Gem %.0f\n", playerp->p_gems);
338 dptr = &playerp->p_gems;
H A Dconvert.c80 Newplayer.p_gems = Oldplayer.o_gems; in main()
H A Dfight.c524 Player.p_gold += Player.p_gems; in monsthits()
525 Player.p_gems = 0.0; in monsthits()
579 Player.p_gems /= 2.0; in monsthits()
H A Dinterplayer.c298 collecttaxes(Other.p_gold, Other.p_gems);