]> granicus.if.org Git - nethack/commitdiff
Hellfill: Add an angel to the cage
authorPasi Kallinen <paxed@alt.org>
Wed, 25 Jan 2023 08:04:56 +0000 (10:04 +0200)
committerPasi Kallinen <paxed@alt.org>
Wed, 25 Jan 2023 08:04:56 +0000 (10:04 +0200)
dat/hellfill.lua

index 69cdf14656fa34de3fdc4524fb38e1d23ce0b988..fa0cb902fa191885c6cec27712d8fc9efa880fba 100644 (file)
@@ -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,