Make the adventurer ghost asleep

This commit is contained in:
Pasi Kallinen
2022-01-04 10:55:09 +02:00
parent 7b8309f178
commit 03b55a6fa0
+1 -1
View File
@@ -228,7 +228,7 @@ themerooms = {
contents = function(rm) contents = function(rm)
local px = nh.rn2(rm.width); local px = nh.rn2(rm.width);
local py = nh.rn2(rm.height); 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 if percent(65) then
des.object({ id = "dagger", coord = {px,py}, buc = "not-blessed" }); des.object({ id = "dagger", coord = {px,py}, buc = "not-blessed" });
end end