summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ability.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-06-03 10:03:07 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-06-03 10:08:00 -0600
commitd03812fd80e1da99a0dd9005cdacc874c1a47764 (patch)
tree8868ad35e04548c7a4f650dec2f9d53d256c7e6b /crawl-ref/source/ability.h
parent8bf75c48cdaf25d2baccebdcc992a5bd61795712 (diff)
downloadcrawl-ref-d03812fd80e1da99a0dd9005cdacc874c1a47764.tar.gz
crawl-ref-d03812fd80e1da99a0dd9005cdacc874c1a47764.zip
Annouce Gozag abilities only if/when you can afford them (dpeg).
This includes the ^ screen. Probably some of the messages can be reduced in length; some of them go over 80 characters now.
Diffstat (limited to 'crawl-ref/source/ability.h')
-rw-r--r--crawl-ref/source/ability.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/ability.h b/crawl-ref/source/ability.h
index 2780bc25f1..27af26061c 100644
--- a/crawl-ref/source/ability.h
+++ b/crawl-ref/source/ability.h
@@ -75,6 +75,7 @@ struct talent
bool is_zotdef;
};
+int get_gold_cost(ability_type ability);
const string make_cost_description(ability_type ability);
const ability_def& get_ability_def(ability_type abil);
talent get_talent(ability_type ability, bool check_confused);