summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewmap.cc
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2012-09-02 18:13:27 -0700
committerBrendan Hickey <brendan@bhickey.net>2012-12-30 19:06:07 -0800
commite0202260dcc9024f9a2377ba7fae106272caac58 (patch)
tree9820887a3c76354fd9563f7f931f0afd352dac50 /crawl-ref/source/viewmap.cc
parent9c80241f5721b66e221919cf39825916ceebadd0 (diff)
downloadcrawl-ref-e0202260dcc9024f9a2377ba7fae106272caac58.tar.gz
crawl-ref-e0202260dcc9024f9a2377ba7fae106272caac58.zip
Abyssal portals.
This adds portals to other parts of the abyss. The current effect is identical to getting banished into the abyss. Portals currently appear at twice the base rate of exit portals. In the future, the abyss will get scarier the deeper you go! [Note: save compatibility is currently broken! -NFM]
Diffstat (limited to 'crawl-ref/source/viewmap.cc')
-rw-r--r--crawl-ref/source/viewmap.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/viewmap.cc b/crawl-ref/source/viewmap.cc
index 32ceb64c4e..1c32c812a1 100644
--- a/crawl-ref/source/viewmap.cc
+++ b/crawl-ref/source/viewmap.cc
@@ -198,6 +198,7 @@ bool is_feature(ucs_t feature, const coord_def& where)
case DNGN_ENTER_ABYSS:
case DNGN_EXIT_THROUGH_ABYSS:
case DNGN_EXIT_ABYSS:
+ case DNGN_ABYSSAL_STAIR:
case DNGN_ENTER_PANDEMONIUM:
case DNGN_EXIT_PANDEMONIUM:
case DNGN_TRANSIT_PANDEMONIUM: