]> granicus.if.org Git - nethack/commitdiff
Occasionally fog maze bigrm is not made of fog
authorPasi Kallinen <paxed@alt.org>
Sat, 2 May 2015 20:19:38 +0000 (23:19 +0300)
committerPasi Kallinen <paxed@alt.org>
Sat, 2 May 2015 20:19:38 +0000 (23:19 +0300)
dat/bigroom.des

index d8fd0a31973a8478e9f7d947acce1c147c881bf6..62937e8e7027159a19a9b1c38b8dea55840e5f59 100644 (file)
@@ -680,6 +680,15 @@ MAP
 .......................................................................
 ENDMAP
 
+IF [33%] {
+   # occasionally it's not a fog maze
+   $terrain = TERRAIN:{ 'L', '}', 'T', '-', 'F' }
+   SHUFFLE:$terrain
+   # break it up a bit
+   REPLACE_TERRAIN:(0,0,70,18),'C', '.', 5%
+   REPLACE_TERRAIN:(0,0,70,18),'C', $terrain[0], 100%
+}
+
 REGION:(00,00,70,18),lit,"ordinary"
 
 # when falling down on this level, never end up in the fog maze