From 916aefc78cca3c3a1304fdc51fed909ed405e6fa Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Thu, 6 Apr 2023 13:30:48 +0300 Subject: [PATCH] Hellfill: vertical breaks --- dat/hellfill.lua | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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)