summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-08-01 00:42:03 +0200
committerRaphael Langella <raphael.langella@gmail.com>2011-08-01 00:42:03 +0200
commitb702f4e433f14689e6878c71a6ad680513ffaa94 (patch)
treee3c30fdba9baf9c4250d6c6bfdb92587c6eb4387 /crawl-ref/source/hints.h
parentb91722a3d15ea906e0c060a33077bbc447966580 (diff)
downloadcrawl-ref-b702f4e433f14689e6878c71a6ad680513ffaa94.tar.gz
crawl-ref-b702f4e433f14689e6878c71a6ad680513ffaa94.zip
Update tutorial and hint mode skill screen help.
Disable access to the full help since it explains advanced commands which are not available.
Diffstat (limited to 'crawl-ref/source/hints.h')
-rw-r--r--crawl-ref/source/hints.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/hints.h b/crawl-ref/source/hints.h
index 9ac477d47d..6d8936b0e1 100644
--- a/crawl-ref/source/hints.h
+++ b/crawl-ref/source/hints.h
@@ -165,6 +165,7 @@ void learned_something_new(hints_event_type seen_what,
coord_def gc = coord_def());
formatted_string hints_abilities_info(void);
std::string hints_skills_info(void);
+std::string hints_skill_training_info();
std::string hints_skills_description_info(void);
// Additional information for tutorial players.