summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/feature.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-06-07 19:53:09 -0400
committerNeil Moore <neil@s-z.org>2014-06-08 00:26:22 -0400
commit447339177ed9d098b99626068138e674376a0e46 (patch)
tree42d87e94a838996d5de1ffe51835cef26d8f145e /crawl-ref/source/feature.cc
parent57c10a80aea6fe3093246d5bc8770f1f4a2f71df (diff)
downloadcrawl-ref-447339177ed9d098b99626068138e674376a0e46.tar.gz
crawl-ref-447339177ed9d098b99626068138e674376a0e46.zip
Make Vaults exit stairs a portal.
To match the entry. The tile is already just as portal-like as the entry tile, so no change there.
Diffstat (limited to 'crawl-ref/source/feature.cc')
-rw-r--r--crawl-ref/source/feature.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/feature.cc b/crawl-ref/source/feature.cc
index 538fcac071..d7fe4594e5 100644
--- a/crawl-ref/source/feature.cc
+++ b/crawl-ref/source/feature.cc
@@ -178,6 +178,7 @@ static void _init_feat(feature_def &f, dungeon_feature_type feat)
|| feat == DNGN_EXIT_ABYSS
|| feat == DNGN_EXIT_PANDEMONIUM
|| feat == DNGN_TRANSIT_PANDEMONIUM
+ || feat == DNGN_RETURN_FROM_VAULTS
|| feat == DNGN_RETURN_FROM_ZOT)
{
if (!f.colour)