]> granicus.if.org Git - nethack/commitdiff
Hellfill: Lich
authorPasi Kallinen <paxed@alt.org>
Mon, 30 Jan 2023 16:30:33 +0000 (18:30 +0200)
committerPasi Kallinen <paxed@alt.org>
Mon, 30 Jan 2023 16:30:39 +0000 (18:30 +0200)
Similar to the fake wizard towers.

dat/hellfill.lua

index fa0cb902fa191885c6cec27712d8fc9efa880fba..bd17c79193b9d4adcdc06db932f95a983166ef0f 100644 (file)
@@ -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()