summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-22 21:26:58 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-22 21:26:58 +0100
commit171345619f27dc8978229cd060c4c80eeddbf79e (patch)
treea2941ae7e8099077a91a8ca984a74f7603045677 /crawl-ref/source/hints.h
parent539de1bf3457f6f120682128d36ac8461dbab0a0 (diff)
downloadcrawl-ref-171345619f27dc8978229cd060c4c80eeddbf79e.tar.gz
crawl-ref-171345619f27dc8978229cd060c4c80eeddbf79e.zip
Add tutorial triggers for healing potions and identifying inaccuracy.
Diffstat (limited to 'crawl-ref/source/hints.h')
-rw-r--r--crawl-ref/source/hints.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/hints.h b/crawl-ref/source/hints.h
index 68ecbaf820..f16793ee7e 100644
--- a/crawl-ref/source/hints.h
+++ b/crawl-ref/source/hints.h
@@ -130,6 +130,8 @@ enum hints_event_type
HINT_REMOVED_CURSE,
HINT_ITEM_RESISTANCES,
HINT_LEVITATING,
+ HINT_INACCURACY,
+ HINT_HEALING_POTIONS,
HINT_EVENTS_NUM
};
@@ -148,6 +150,7 @@ void hints_death_screen(void);
void hints_finished(void);
void hints_dissection_reminder(bool healthy);
+void hints_healing_check();
void hints_healing_reminder(void);
void taken_new_item(object_class_type item_type);