From fe99bcd591ad63569b8576b9369912a693cf1f0c Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Mon, 30 Jan 2023 18:30:33 +0200 Subject: [PATCH] Hellfill: Lich Similar to the fake wizard towers. --- dat/hellfill.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dat/hellfill.lua b/dat/hellfill.lua index fa0cb902f..bd17c7919 100644 --- a/dat/hellfill.lua +++ b/dat/hellfill.lua @@ -182,6 +182,22 @@ BBBBBBB]], contents = function() des.monster(mons[math.random(1, #mons)], 4,4); end }); end, + + function () + des.map({ halign = rnd_halign(), valign = rnd_valign(), map = [[ +......... +.}}}}}}}. +.}}---}}. +.}--.--}. +.}|...|}. +.}--.--}. +.}}---}}. +.}}}}}}}. +......... +]], contents = function(rm) + des.monster("L",04,04) + end }) + end, }; function rnd_hell_prefab()