summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skill_menu.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-09-18 22:42:44 +0200
committerRaphael Langella <raphael.langella@gmail.com>2011-09-18 22:42:44 +0200
commit1f2ae8040b2a12eced3a15703cfe0ef11eb1aae8 (patch)
tree477594b5e2de6a29d28360429c4ff302acad43ee /crawl-ref/source/skill_menu.h
parent3692f0cc45db1593cff78a7d399a9e8ae1fd95fb (diff)
downloadcrawl-ref-1f2ae8040b2a12eced3a15703cfe0ef11eb1aae8.tar.gz
crawl-ref-1f2ae8040b2a12eced3a15703cfe0ef11eb1aae8.zip
Fix some issues with mastered skills and potions of experience.
Diffstat (limited to 'crawl-ref/source/skill_menu.h')
-rw-r--r--crawl-ref/source/skill_menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/skill_menu.h b/crawl-ref/source/skill_menu.h
index 2072d26700..1874dc14b8 100644
--- a/crawl-ref/source/skill_menu.h
+++ b/crawl-ref/source/skill_menu.h
@@ -61,6 +61,7 @@ public:
skill_type get_skill() const;
bool is_selectable(bool keep_hotkey = true);
bool is_set(int flag) const;
+ bool mastered() const;
void refresh(bool keep_hotkey);
void set_display();
void set_name(bool keep_hotkey);