From: Pasi Kallinen Date: Sun, 22 Jan 2023 18:07:38 +0000 (+0200) Subject: Hellfill: Random temples to Moloch X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18a77b1c42e553a6f8341461735317ce29d4029a;p=nethack Hellfill: Random temples to Moloch --- 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()