Searched refs:blessingcost (Results 1 – 1 of 1) sorted by relevance
230 double blessingcost; /* cost of blessing */ in tradingpost() local247 blessingcost = 1000.0 * (Player.p_level + 5.0); in tradingpost()255 cost = blessingcost; in tradingpost()418 printw("A blessing requires a %.0f gp donation. Still want one ? ", blessingcost); in tradingpost()422 if (Player.p_gold < blessingcost) in tradingpost()426 Player.p_gold -= blessingcost; in tradingpost()