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 19:07:47 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-21 19:07:47 +0100
commitdb1e8cf6e1feb98e3fae339c1a8027e2b8403c56 (patch)
tree813d004ae104c13309632b28b4abc75c09d16840 /crawl-ref/source/hints.h
parent7f779b66476a1965fb070be5abeb9fe4747f2ad8 (diff)
downloadcrawl-ref-db1e8cf6e1feb98e3fae339c1a8027e2b8403c56.tar.gz
crawl-ref-db1e8cf6e1feb98e3fae339c1a8027e2b8403c56.zip
Add levitation triggers to the tutorial and hints mode.
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 14b5961918..68ecbaf820 100644
--- a/crawl-ref/source/hints.h
+++ b/crawl-ref/source/hints.h
@@ -129,6 +129,7 @@ enum hints_event_type
HINT_TARGET_NO_FOE,
HINT_REMOVED_CURSE,
HINT_ITEM_RESISTANCES,
+ HINT_LEVITATING,
HINT_EVENTS_NUM
};