Lock castle chest

Just to keep the wand in the chest. Even if the soldiers pick up
the chest, they won't open it, and the wand is better protected.
This commit is contained in:
Pasi Kallinen
2020-03-14 21:46:06 +02:00
parent dc9fe0d8bc
commit b0e645a650
2 changed files with 2 additions and 1 deletions

View File

@@ -141,7 +141,7 @@ des.object(object[4],54,11)
des.object(object[4],55,11)
-- THE WAND OF WISHING in 1 of the 4 towers
local px, py = place:rndcoord(1);
des.object({ id = "chest", trapped = 0, x = px, y = py,
des.object({ id = "chest", trapped = 0, locked = 1, x = px, y = py,
contents = function()
des.object("wishing");
end