summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2013-10-31 17:07:46 +0100
committerRaphael Langella <raphael.langella@gmail.com>2013-10-31 17:23:24 +0100
commitf2529f3760342cd85ead1ff7bbb6f02ffacaa364 (patch)
tree0721d954147187344aee3af072a0d0d231e99d65 /crawl-ref/source/defines.h
parent2e89b76ebc6d9b649769315208562845c99a82b6 (diff)
downloadcrawl-ref-f2529f3760342cd85ead1ff7bbb6f02ffacaa364.tar.gz
crawl-ref-f2529f3760342cd85ead1ff7bbb6f02ffacaa364.zip
Rune lock.
You need a rune to go to D:15. Downstairs of D:14 could be recoloured or replaced by a portal (maybe more consistent with D:27 zot portal).
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 30457c9bbc..2a579c5a16 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -224,6 +224,7 @@ const int ANTITRAIN_PENALTY = 2;
#define TORNADO_RADIUS 6
#define NUMBER_OF_RUNES_NEEDED 3
+#define RUNE_LOCK_DEPTH 14
// Size of unique_items in player class
#define MAX_UNRANDARTS 100