summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stairs.cc
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2013-11-05 23:04:36 +0100
committerRaphael Langella <raphael.langella@gmail.com>2013-11-05 23:08:28 +0100
commitd67975441494dc54bb16b93f555ced36784074e1 (patch)
tree5993458dfe0196e4b433f823337dd2bfb9d1721c /crawl-ref/source/stairs.cc
parenta3bdc66f9e9117452ea14869c8bb3dd7c932f44b (diff)
downloadcrawl-ref-d67975441494dc54bb16b93f555ced36784074e1.tar.gz
crawl-ref-d67975441494dc54bb16b93f555ced36784074e1.zip
Revert "Allow D:14 shafts, make them known; try to always place one."
This reverts commit 3c177f47aa1bbf47db5dea54bdaa4f770a0220b4. This reverts commit e1004a1d0131a735b2b9be1c87b1fd27e09bf81f. This reverts commit 930d8ed00efae890e3899670ae87cfdc07eda236. This reverts commit 637089748731402da6c33483b30118d2eebdcc73.
Diffstat (limited to 'crawl-ref/source/stairs.cc')
-rw-r--r--crawl-ref/source/stairs.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/crawl-ref/source/stairs.cc b/crawl-ref/source/stairs.cc
index a99955572e..5336c79578 100644
--- a/crawl-ref/source/stairs.cc
+++ b/crawl-ref/source/stairs.cc
@@ -690,18 +690,6 @@ void down_stairs(dungeon_feature_type force_stair)
if (shaft)
{
- if (player_in_branch(BRANCH_DUNGEON)
- && you.depth == RUNE_LOCK_DEPTH)
- {
- mpr("If you take this shaft, you won't be able to return to this "
- "depth without first obtaining a rune of Zot!", MSGCH_WARN);
- if (!yesno("Take the shaft anyway?", false, 'n', true, false))
- {
- canned_msg(MSG_OK);
- return;
- }
- }
-
if (!is_valid_shaft_level())
{
if (known_shaft)