summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-09-19 12:13:48 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-09-19 12:17:36 +0200
commit2cae4c2dafe1916d5dbf6815921bced0c64740a8 (patch)
tree5d7bbd9bcf2e99f7440f742c8feb87e2cada3033 /crawl-ref/source/skills2.h
parent7458b757a99f666c426d4a397649b2f354686ca5 (diff)
downloadcrawl-ref-2cae4c2dafe1916d5dbf6815921bced0c64740a8.tar.gz
crawl-ref-2cae4c2dafe1916d5dbf6815921bced0c64740a8.zip
Actually return partial skill values, not progress to next character level.
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 7f277f2dc7..df20791abe 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -32,6 +32,7 @@ struct skill_state
void restore_training();
};
+int get_skill_progress(skill_type sk, int scale);
int get_skill_percentage(const skill_type x);
const char *skill_name(skill_type which_skill);
skill_type str_to_skill(const std::string &skill);