diff --git a/dat/hellfill.lua b/dat/hellfill.lua index ac2161450..942a84b04 100644 --- a/dat/hellfill.lua +++ b/dat/hellfill.lua @@ -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)