summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2013-01-21 01:27:34 -0500
committerelliptic <hyperelliptical@gmail.com>2013-01-21 01:27:34 -0500
commit5ee08d1f5a5422be3032fc60d8ec53eca1b05b66 (patch)
tree96bb402e579ec0593c1358b0e386615ad6f4a903 /crawl-ref/source/skills2.h
parent5601ff7d2e78a6bebe89bcd95a40d4ed1aa6563e (diff)
downloadcrawl-ref-5ee08d1f5a5422be3032fc60d8ec53eca1b05b66.tar.gz
crawl-ref-5ee08d1f5a5422be3032fc60d8ec53eca1b05b66.zip
Weight Vehumet spell gifts based on your elemental skills.
Diffstat (limited to 'crawl-ref/source/skills2.h')
-rw-r--r--crawl-ref/source/skills2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/skills2.h b/crawl-ref/source/skills2.h
index 7ee5b1a7b1..d2d81abfdd 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -73,6 +73,9 @@ bool crosstrain_other(skill_type sk, bool show_zero);
bool is_antitrained(skill_type sk);
bool antitrain_other(skill_type sk, bool show_zero);
+int elemental_preference(skill_type sk, int scale = 1);
+int elemental_preference(spell_type spell, int scale = 1);
+
void skill_menu(int flag = 0, int exp = 0);
void dump_skills(string &text);
int skill_transfer_amount(skill_type sk);