summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-26 22:25:53 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-26 22:25:53 +0100
commit15f9564af6a3b7110457d28eea60a7812dc61e0f (patch)
tree7e151e80719ac750cc147a2d62174202d10e0975 /crawl-ref/source/tutorial.h
parent8e2100892ea82e72b5d9f2ca36f8374ed54481bd (diff)
downloadcrawl-ref-15f9564af6a3b7110457d28eea60a7812dc61e0f.tar.gz
crawl-ref-15f9564af6a3b7110457d28eea60a7812dc61e0f.zip
Allow setting skills from the tutorial map.
This is a hacky solution and only handles Spellcasting, Conjurations, and Invocations. Also, for the default skills already set in ng-setup reassess_starting_skills (now moved to skills.cc) is applied twice.
Diffstat (limited to 'crawl-ref/source/tutorial.h')
-rw-r--r--crawl-ref/source/tutorial.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tutorial.h b/crawl-ref/source/tutorial.h
index df1a63d828..8f2352a787 100644
--- a/crawl-ref/source/tutorial.h
+++ b/crawl-ref/source/tutorial.h
@@ -17,6 +17,7 @@ std::string get_tutorial_map();
// Set player hunger from the tutorial map.
void set_tutorial_hunger(int hunger);
+void set_tutorial_skill(const char *skill, int level);
void tutorial_death_message();
#endif