summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-02-18 22:15:13 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-02-18 22:21:16 +0100
commite928bc5f2e500ffee4883a6e44c58d9f97f011ba (patch)
tree0159655b895d98b61788b7b06fc48827d22aa609 /crawl-ref/source/hints.h
parent6c21aff1e0ff9cddcc1a06990a294e322df500e8 (diff)
downloadcrawl-ref-e928bc5f2e500ffee4883a6e44c58d9f97f011ba.tar.gz
crawl-ref-e928bc5f2e500ffee4883a6e44c58d9f97f011ba.zip
Greatly improve the spellcasting tutorial.
* Replace Summon Small Mammals with Animate Skeleton, which is more flavourful and allows us to show off the cool skeleton tiles. :) * Clarify the message on how to forget spells. * Add a trigger if memorising a spell fails. * Add a few strategic pointers on resting and meatshields. * Tweak a few messages to point out important details such as z? and the level cap on spells you can memorise.
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 e6b5a6e5d4..af36408707 100644
--- a/crawl-ref/source/hints.h
+++ b/crawl-ref/source/hints.h
@@ -137,6 +137,7 @@ enum hints_event_type
HINT_FUMBLING_SHALLOW_WATER,
HINT_EATING_ROTTEN_FOOD,
HINT_CLOUD_WARNING,
+ HINT_MEMORISE_FAILURE,
HINT_EVENTS_NUM
};