summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch-data.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2012-09-03 12:58:34 -0400
committerBrendan Hickey <brendan@bhickey.net>2012-12-30 19:06:08 -0800
commit41e8fe5eb7a092957195567277da7df2f4f8e37f (patch)
tree0802ba7cad5140a2c6748bf44f3ed6ceb35e602c /crawl-ref/source/branch-data.h
parent3be0d02e6ac02b3642c6bedc1b66005e0e87976e (diff)
downloadcrawl-ref-41e8fe5eb7a092957195567277da7df2f4f8e37f.tar.gz
crawl-ref-41e8fe5eb7a092957195567277da7df2f4f8e37f.zip
Save compatibility for abyssal stairs.
Put them at the end of the feature enum list until the next save compatibility bump. Also, increase the Abyss depth when loading an old save.
Diffstat (limited to 'crawl-ref/source/branch-data.h')
-rw-r--r--crawl-ref/source/branch-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/branch-data.h b/crawl-ref/source/branch-data.h
index 665167a1b2..ec42034e90 100644
--- a/crawl-ref/source/branch-data.h
+++ b/crawl-ref/source/branch-data.h
@@ -213,7 +213,7 @@ const Branch branches[NUM_BRANCHES] = {
mons_forest_rare, mons_forest_level,
'F', true, 0 },
- { BRANCH_ABYSS, NUM_BRANCHES, -1, -1, 27, 24,
+ { BRANCH_ABYSS, NUM_BRANCHES, -1, -1, 5, 24,
BFLAG_NO_XLEV_TRAVEL, LFLAG_NO_TELE_CONTROL | LFLAG_NO_MAP,
DNGN_ENTER_ABYSS, DNGN_EXIT_ABYSS,
"Abyss", "the Abyss", "Abyss",