diff --git a/dat/themerms.lua b/dat/themerms.lua index a03d05756..4bcda7f0e 100644 --- a/dat/themerms.lua +++ b/dat/themerms.lua @@ -228,7 +228,7 @@ themerooms = { contents = function(rm) local px = nh.rn2(rm.width); local py = nh.rn2(rm.height); - des.monster({ id = "ghost", waiting = true, coord = {px,py} }); + des.monster({ id = "ghost", asleep = true, waiting = true, coord = {px,py} }); if percent(65) then des.object({ id = "dagger", coord = {px,py}, buc = "not-blessed" }); end