summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-21 10:33:44 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-21 10:35:06 +0100
commit1962c022d6dd89323441ad24c757fd08bf07cfbf (patch)
tree4511ce20c1de98908f50f13e1ac93e05bfd1ef14 /crawl-ref/source/hints.h
parent13e61eea17cfd8b7c2c05b081a7e164be8d95dc5 (diff)
downloadcrawl-ref-1962c022d6dd89323441ad24c757fd08bf07cfbf.tar.gz
crawl-ref-1962c022d6dd89323441ad24c757fd08bf07cfbf.zip
New tutorial triggers for tutorial3.
Shortened some existing ones and added a few new ones.
Diffstat (limited to 'crawl-ref/source/hints.h')
-rw-r--r--crawl-ref/source/hints.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/hints.h b/crawl-ref/source/hints.h
index 164262dee9..14b5961918 100644
--- a/crawl-ref/source/hints.h
+++ b/crawl-ref/source/hints.h
@@ -128,6 +128,7 @@ enum hints_event_type
HINT_AUTOPICKUP_THROWN,
HINT_TARGET_NO_FOE,
HINT_REMOVED_CURSE,
+ HINT_ITEM_RESISTANCES,
HINT_EVENTS_NUM
};
@@ -159,6 +160,7 @@ void print_hints_skills_info(void);
void print_hints_skills_description_info(void);
// Additional information for tutorial players.
+void check_item_hint(const item_def &item, unsigned int num_old_talents);
void hints_describe_item(const item_def &item);
void hints_inscription_info(bool autoinscribe, std::string prompt);
bool hints_pos_interesting(int x, int y);