summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2012-10-19 21:41:52 +0100
committerChris Campbell <chriscampbell89@gmail.com>2012-10-19 21:41:52 +0100
commit8ed4c5d963673a0a703014346db4b630d3ab3a74 (patch)
treed304612f7b359a6b1fc89762eafa4693dc9fe4ef /crawl-ref/source/hints.h
parent474b3c1da66577cef74ca071184693077eb147a6 (diff)
downloadcrawl-ref-8ed4c5d963673a0a703014346db4b630d3ab3a74.tar.gz
crawl-ref-8ed4c5d963673a0a703014346db4b630d3ab3a74.zip
Remove spell memorisation failure (elliott)
So long as the spell can be cast, memorisation will now always succeed, with a warning prompt for spells with high miscast rates. Patch by elliott.
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 e3b227eef5..6692d41913 100644
--- a/crawl-ref/source/hints.h
+++ b/crawl-ref/source/hints.h
@@ -134,7 +134,9 @@ enum hints_event_type
HINT_FUMBLING_SHALLOW_WATER,
HINT_EATING_ROTTEN_FOOD,
HINT_CLOUD_WARNING,
+#if TAG_MAJOR_VERSION == 34
HINT_MEMORISE_FAILURE,
+#endif
HINT_ANIMATE_CORPSE_SKELETON,
HINT_SEEN_WEB,
HINT_SEEN_ROD,