Hellfill: Add an angel to the cage

This commit is contained in:
Pasi Kallinen
2023-01-25 10:04:56 +02:00
parent a48e32a1f9
commit 84c14982bd
+1 -1
View File
@@ -178,7 +178,7 @@ BBBBBBB]], contents = function()
.......... ..........
.......... ..........
..........]], contents = function() ..........]], contents = function()
local mons = { "D", "H", "L" }; local mons = { "Angel", "D", "H", "L" };
des.monster(mons[math.random(1, #mons)], 4,4); des.monster(mons[math.random(1, #mons)], 4,4);
end }); end });
end, end,