From: Pasi Kallinen Date: Mon, 30 Jan 2023 16:30:33 +0000 (+0200) Subject: Hellfill: Lich X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe99bcd591ad63569b8576b9369912a693cf1f0c;p=nethack Hellfill: Lich Similar to the fake wizard towers. --- 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()