summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-10-25 03:47:06 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-10-25 03:47:06 +0200
commit599e8235e494535bf46fc7f6cdebb5795bec0650 (patch)
treede6af1df9c63bdbbe4fa6445a4f0ae475f4a34f8 /crawl-ref/source/skills2.h
parent1a3657d0cfe2196dd9f21956e2397d927be8c1fc (diff)
downloadcrawl-ref-599e8235e494535bf46fc7f6cdebb5795bec0650.tar.gz
crawl-ref-599e8235e494535bf46fc7f6cdebb5795bec0650.zip
Don't show the skill menu when quaffing exp with all skills at 27.
Diffstat (limited to 'crawl-ref/source/skills2.h')
-rw-r--r--crawl-ref/source/skills2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/skills2.h b/crawl-ref/source/skills2.h
index aaa4a53bf0..0816282367 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -59,6 +59,7 @@ void calc_mp();
void calc_hp();
bool is_useless_skill(skill_type skill);
bool is_harmful_skill(skill_type skill);
+bool all_skills_maxed(bool inc_harmful = false);
int species_apt(skill_type skill, species_type species = you.species);
float species_apt_factor(skill_type sk, species_type sp = you.species);