From c6c62c62436684d0a462ecd83ed273c6c514df6b Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 19 Jul 2009 14:36:35 +0000 Subject: 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 --- crawl-ref/source/abyss.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/abyss.cc') 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()) -- cgit v1.2.3-54-g00ecf