summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-24 22:49:31 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-24 22:49:31 +0000
commitd0960cef6e8ab122c2b3b9eb21f0549a61f93122 (patch)
tree01b614d0d7a1b9c40db7f5b7f744ca7c9e930304 /crawl-ref/source/acr.cc
parent18e0873492f2ea22830b6ae6e18ced1cb7f4d937 (diff)
downloadcrawl-ref-d0960cef6e8ab122c2b3b9eb21f0549a61f93122.tar.gz
crawl-ref-d0960cef6e8ab122c2b3b9eb21f0549a61f93122.zip
Prompt for players with the teleportitis mutation before attempting to
enter a labyrinth. Switch the order of travel exclusion radii: first LOS_RADIUS, then 1, then 0. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7595 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index b5f17de3f9..16f528d3e8 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1747,6 +1747,7 @@ static void _go_downstairs()
}
// Does the next level have a warning annotation?
+ // Also checks for entering a labyrinth with teleportitis.
if (!check_annotation_exclusion_warning())
return;