From 18a77b1c42e553a6f8341461735317ce29d4029a Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sun, 22 Jan 2023 20:07:38 +0200 Subject: [PATCH] Hellfill: Random temples to Moloch --- dat/hellfill.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dat/hellfill.lua b/dat/hellfill.lua index 646939e06..b804970ec 100644 --- a/dat/hellfill.lua +++ b/dat/hellfill.lua @@ -153,6 +153,19 @@ x.....x ....... x.....x]], contents = function() end }); end, + function () + des.map({ halign = rnd_halign(), valign = rnd_valign(), map = [[ +BBBBBBB +B.....B +B.....B +B.....B +B.....B +B.....B +BBBBBBB]], contents = function() + des.region({ region={2,2, 2,2}, type="temple", filled=1, irregular=1 }); + des.altar({ x=3, y=3, align="noalign", type=percent(75) and "altar" or "shrine" }); + end }); + end, }; function rnd_hell_prefab()