Hellfill: vertical breaks

This commit is contained in:
Pasi Kallinen
2023-04-06 13:30:48 +03:00
parent c82c50a57b
commit 916aefc78c

View File

@@ -251,6 +251,30 @@ BBBBBBB]], contents = function()
map = mapstr, contents = function() end })
end
end,
function ()
local mapstr = [[
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...]];
for dx = 1, 3 + math.random(0, 5) do
des.map({ x = math.random(3, 75), y = 3,
map = mapstr, contents = function() end })
end
end,
};
function rnd_hell_prefab(coldhell)