diff --git a/dat/themerms.lua b/dat/themerms.lua index 9a7983a51..11e42d72f 100644 --- a/dat/themerms.lua +++ b/dat/themerms.lua @@ -160,6 +160,18 @@ themeroom_fills = { end end, + -- Storeroom + function(rm) + local locs = selection.room():percentage(30); + local func = function(x,y) + if (percent(25)) then + des.object("chest"); + else + des.monster({ class = "m", appear_as = "obj:chest" }); + end + end; + locs:iterate(func); + end, }; themerooms = {