From: Pasi Kallinen Date: Wed, 25 Jan 2023 08:04:56 +0000 (+0200) Subject: Hellfill: Add an angel to the cage X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84c14982bdf527b4213afbca5fba81ba08b04828;p=nethack Hellfill: Add an angel to the cage --- diff --git a/dat/hellfill.lua b/dat/hellfill.lua index 69cdf1465..fa0cb902f 100644 --- a/dat/hellfill.lua +++ b/dat/hellfill.lua @@ -178,7 +178,7 @@ BBBBBBB]], contents = function() .......... .......... ..........]], contents = function() - local mons = { "D", "H", "L" }; + local mons = { "Angel", "D", "H", "L" }; des.monster(mons[math.random(1, #mons)], 4,4); end }); end,