summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.cc
diff options
context:
space:
mode:
authorblackcustard <peterwicksstringfield@gmail.com>2013-11-18 13:04:33 -0600
committerNeil Moore <neil@s-z.org>2013-11-22 00:17:45 -0500
commit846501a2c22839bb8d447db502d5ae7a7e1361f7 (patch)
tree50af29b90f1325006d394093221a067836e4c3f6 /crawl-ref/source/stash.cc
parentaf334cebb3b50f27f66a8f6517aa934eb7713d4f (diff)
downloadcrawl-ref-846501a2c22839bb8d447db502d5ae7a7e1361f7.tar.gz
crawl-ref-846501a2c22839bb8d447db502d5ae7a7e1361f7.zip
Do not stash track sealed staircases.
Diffstat (limited to 'crawl-ref/source/stash.cc')
-rw-r--r--crawl-ref/source/stash.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/stash.cc b/crawl-ref/source/stash.cc
index 500f55edd8..f84693a176 100644
--- a/crawl-ref/source/stash.cc
+++ b/crawl-ref/source/stash.cc
@@ -256,6 +256,8 @@ bool Stash::is_boring_feature(dungeon_feature_type feature)
case DNGN_STONE_STAIRS_UP_III:
case DNGN_ESCAPE_HATCH_DOWN:
case DNGN_ESCAPE_HATCH_UP:
+ case DNGN_SEALED_STAIRS_UP:
+ case DNGN_SEALED_STAIRS_DOWN:
case DNGN_ENTER_SHOP:
case DNGN_ABANDONED_SHOP:
case DNGN_UNDISCOVERED_TRAP: