Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dability.h27 int get_gold_cost(ability_type ability);
H A Dability.cc738 int get_gold_cost(ability_type ability) in get_gold_cost() function
836 const int amount = get_gold_cost(ability); in make_cost_description()
914 int gold_amount = get_gold_cost(ability); in _detailed_cost_description()
H A Dreligion.cc3681 if (you.gold >= get_gold_cost(power.abil)) in _join_gozag()
H A Dplayer.cc7332 const int cost = get_gold_cost(power.abil); in set_gold()