summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 14:36:35 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 14:36:35 +0000
commitc6c62c62436684d0a462ecd83ed273c6c514df6b (patch)
tree7a56ba268ccc18a911759bdf63dd9a574fbd4121 /crawl-ref/source/abyss.cc
parente229eea5f8b1196c4134f642e57729d22b020931 (diff)
downloadcrawl-ref-c6c62c62436684d0a462ecd83ed273c6c514df6b.tar.gz
crawl-ref-c6c62c62436684d0a462ecd83ed273c6c514df6b.zip
Revert r10315, as there should be a better way to eliminate Jiyva altars
in the Abyss once the royal jelly is dead. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10317 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/abyss.cc')
-rw-r--r--crawl-ref/source/abyss.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/abyss.cc b/crawl-ref/source/abyss.cc
index e90d47e0b4..0dde4d3e4a 100644
--- a/crawl-ref/source/abyss.cc
+++ b/crawl-ref/source/abyss.cc
@@ -305,8 +305,7 @@ static void _generate_area(const coord_def& topleft,
}
while (grd(*ri) == DNGN_ALTAR_ZIN
|| grd(*ri) == DNGN_ALTAR_SHINING_ONE
- || grd(*ri) == DNGN_ALTAR_ELYVILON
- || grd(*ri) == DNGN_ALTAR_JIYVA);
+ || grd(*ri) == DNGN_ALTAR_ELYVILON);
// Lugonu has a flat 50% chance of corrupting the altar.
if (coinflip())