summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.cc
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2013-11-06 19:42:51 -0800
committerBrendan Hickey <brendan@bhickey.net>2013-11-06 19:42:51 -0800
commit57ef5c744ef288666e71335257c021d4689f2fcd (patch)
treec0abe189367ff72804e1ecc5409f5fbb3173edd5 /crawl-ref/source/abyss.cc
parent81f5e101725dc1c0d5e96fc068a7b2b8d72b12ba (diff)
downloadcrawl-ref-57ef5c744ef288666e71335257c021d4689f2fcd.tar.gz
crawl-ref-57ef5c744ef288666e71335257c021d4689f2fcd.zip
Veto more terrain types in abyss level generation.
Diffstat (limited to 'crawl-ref/source/abyss.cc')
-rw-r--r--crawl-ref/source/abyss.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/abyss.cc b/crawl-ref/source/abyss.cc
index d5a6efec4f..020077374f 100644
--- a/crawl-ref/source/abyss.cc
+++ b/crawl-ref/source/abyss.cc
@@ -1764,6 +1764,8 @@ static bool _is_grid_corruptible(const coord_def &c)
{
case DNGN_PERMAROCK_WALL:
case DNGN_CLEAR_PERMAROCK_WALL:
+ case DNGN_OPEN_SEA:
+ case DNGN_LAVA_SEA:
return false;
case DNGN_METAL_WALL: