From f720e1e5485b46e09c0ebde19f159a97ad51e220 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sun, 5 Nov 2023 13:07:35 +0200 Subject: [PATCH] Themeroom: Cloud room --- dat/themerms.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dat/themerms.lua b/dat/themerms.lua index 63f3705eb..ad42fbc01 100644 --- a/dat/themerms.lua +++ b/dat/themerms.lua @@ -40,6 +40,15 @@ themeroom_fills = { end end, + -- Cloud room + function(rm) + local fog = selection.room(); + des.terrain(fog, "C"); + for i = 1, (fog:numpoints() / 4) do + des.monster({ id = "fog cloud", asleep = true }); + end + end, + -- Boulder room { mindiff = 4,