Hellfill: Pillars of lava or water

This commit is contained in:
Pasi Kallinen
2023-03-16 12:30:45 +02:00
parent 3d24607494
commit 90906ed05a

View File

@@ -234,6 +234,23 @@ BBBBBBB]], contents = function()
des.monster("L",04,04)
end })
end,
function ()
local mapstr = percent(30) and [[
.....
.LLL.
.LZL.
.LLL.
.....]] or [[
.....
.PPP.
.PWP.
.PPP.
.....]];
for dx = 1, 5 do
des.map({ x = dx*14 - 4, y = math.random(3, 15),
map = mapstr, contents = function() end })
end
end,
};
function rnd_hell_prefab(coldhell)