summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-12-15 15:23:28 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-12-15 15:41:33 +0100
commitded9e45204db0430fe6f5b3c60c73ddc458fe54e (patch)
treeee15cac4c2b288f4fa254b78feefbb7d061703eb /crawl-ref/source/misc.cc
parentd27f7d3379dc833c5a70cd2313dd77f499c3492e (diff)
downloadcrawl-ref-ded9e45204db0430fe6f5b3c60c73ddc458fe54e.tar.gz
crawl-ref-ded9e45204db0430fe6f5b3c60c73ddc458fe54e.zip
Rehide triggered shaft traps.
This should fix shaft milestones not being reported (bug #157), and also make the shaft destination logic work as apparently intended.
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 1460170e52..ac26b3c96d 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -2201,12 +2201,6 @@ void down_stairs( int old_level, dungeon_feature_type force_stair,
const bool known_trap = (grd(you.pos()) != DNGN_UNDISCOVERED_TRAP
&& !force_stair);
- if (!known_trap && !force_stair)
- {
- mpr("You can't go down here!");
- return;
- }
-
if (you.flight_mode() == FL_LEVITATE && !force_stair)
{
if (known_trap)