Themeroom: Cloud room

This commit is contained in:
Pasi Kallinen
2023-11-05 13:07:35 +02:00
parent 2ee7509945
commit f720e1e548

View File

@@ -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,