summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/branch.cc3
-rw-r--r--crawl-ref/source/dat/crypt.des3
2 files changed, 2 insertions, 4 deletions
diff --git a/crawl-ref/source/branch.cc b/crawl-ref/source/branch.cc
index 3c632e5ea9..bcb5c69938 100644
--- a/crawl-ref/source/branch.cc
+++ b/crawl-ref/source/branch.cc
@@ -262,7 +262,8 @@ Branch branches[] = {
NULL, NULL, NULL, NULL,
5, 'C', false, false },
- { BRANCH_TOMB, BRANCH_CRYPT, 3, 5, BFLAG_ISLANDED, 0,
+ { BRANCH_TOMB, BRANCH_CRYPT, 3, 5,
+ BFLAG_ISLANDED | BFLAG_NO_TELE_CONTROL, 0,
DNGN_ENTER_TOMB, DNGN_RETURN_FROM_TOMB,
"Tomb", "the Tomb of the Ancients", "Tomb",
NULL,
diff --git a/crawl-ref/source/dat/crypt.des b/crawl-ref/source/dat/crypt.des
index fc1b47be6a..3ca4855d60 100644
--- a/crawl-ref/source/dat/crypt.des
+++ b/crawl-ref/source/dat/crypt.des
@@ -786,9 +786,6 @@ ENDMAP
NAME: tomb_1
PLACE: Tomb:1
-# The whole branch starts off with teleport control prevention.
-BFLAGS: no_tele_control
-
ORIENT: encompass
TAGS: no_dump
#