summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewmap.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2012-10-17 01:27:02 -0400
committerBrendan Hickey <brendan@bhickey.net>2012-12-30 19:06:17 -0800
commita7eb4860fbbc56041dcf637c56d1e442e3eac5e6 (patch)
tree32067f3ee87a9b782320c73b36577d2694d50fd9 /crawl-ref/source/viewmap.cc
parentceaeeda02beb6381f8b589d13eff93e875139026 (diff)
downloadcrawl-ref-a7eb4860fbbc56041dcf637c56d1e442e3eac5e6.tar.gz
crawl-ref-a7eb4860fbbc56041dcf637c56d1e442e3eac5e6.zip
Find abyssal stairs with X>
Diffstat (limited to 'crawl-ref/source/viewmap.cc')
-rw-r--r--crawl-ref/source/viewmap.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/viewmap.cc b/crawl-ref/source/viewmap.cc
index 1c32c812a1..3a872624ae 100644
--- a/crawl-ref/source/viewmap.cc
+++ b/crawl-ref/source/viewmap.cc
@@ -243,6 +243,8 @@ bool is_feature(ucs_t feature, const coord_def& where)
case DNGN_STONE_STAIRS_DOWN_I:
case DNGN_STONE_STAIRS_DOWN_II:
case DNGN_STONE_STAIRS_DOWN_III:
+ // Not a > glyph, but it goes deeper into the abyss.
+ case DNGN_ABYSSAL_STAIR:
case DNGN_ENTER_DWARVEN_HALL:
case DNGN_ENTER_ORCISH_MINES:
case DNGN_ENTER_LAIR: