Home
last modified time | relevance | path

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

/dragonfly/games/phantasia/
H A Dmisc.c181 double blessingcost; /* cost of blessing */ in tradingpost() local
198 blessingcost = 1000.0 * (Player.p_level + 5.0); in tradingpost()
205 cost = blessingcost; in tradingpost()
369 printw("A blessing requires a %.0f gp donation. Still want one ? ", blessingcost); in tradingpost()
373 if (Player.p_gold < blessingcost) in tradingpost()
377 Player.p_gold -= blessingcost; in tradingpost()