From 03b55a6fa04098d0780ad3276cb58148b712b17e Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Tue, 4 Jan 2022 10:55:09 +0200 Subject: [PATCH] Make the adventurer ghost asleep --- dat/themerms.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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