Add a potion of gain level to the Castle chest

This is partly for balance reasons (so that clearing the Castle
helps towards the level 14 Quest unlock) and partly as a clue to
players spoiled on previous versions that the Castle wand now works
differently.
This commit is contained in:
Alex Smith
2025-05-30 01:45:30 +01:00
parent b92b0bbc69
commit a8800a9acd

View File

@@ -144,6 +144,7 @@ local loc = place:rndcoord(1);
des.object({ id = "chest", trapped = 0, locked = 1, coord = loc ,
contents = function()
des.object("wishing");
des.object("potion of gain level");
end
});
-- Prevent monsters from eating it. (@'s never eat objects)