summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-08-02 20:31:18 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-08-02 20:32:43 -0700
commit3bfcae4341b28a616fad02823f0487faa81e450c (patch)
tree3c5232c8e93c2ac711b4e9d73fe38e601c12c2b8 /crawl-ref/source/skills2.h
parent79bc406ae395b39a542ea27a3ac715ca95287487 (diff)
downloadcrawl-ref-3bfcae4341b28a616fad02823f0487faa81e450c.tar.gz
crawl-ref-3bfcae4341b28a616fad02823f0487faa81e450c.zip
Don't weight Vehumet gifts to compensate for antitraining
Since it no longer exists!
Diffstat (limited to 'crawl-ref/source/skills2.h')
-rw-r--r--crawl-ref/source/skills2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/skills2.h b/crawl-ref/source/skills2.h
index 816e058b60..6fafe08d0c 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -66,7 +66,6 @@ float species_apt_factor(skill_type sk, species_type sp = you.species);
unsigned int skill_exp_needed(int lev, skill_type sk,
species_type sp = you.species);
-skill_type opposite_skill(skill_type sk);
bool compare_skills(skill_type sk1, skill_type sk2);
vector<skill_type> get_crosstrain_skills(skill_type sk);