From 84c14982bdf527b4213afbca5fba81ba08b04828 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 25 Jan 2023 10:04:56 +0200 Subject: [PATCH] Hellfill: Add an angel to the cage --- dat/hellfill.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,