From b950031f55be399f5b8a565db4efcfad98e54dd4 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sat, 2 May 2015 23:19:38 +0300 Subject: [PATCH] Occasionally fog maze bigrm is not made of fog --- dat/bigroom.des | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dat/bigroom.des b/dat/bigroom.des index d8fd0a319..62937e8e7 100644 --- a/dat/bigroom.des +++ b/dat/bigroom.des @@ -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