Tutorial: looting containers, zapping wands

This commit is contained in:
Pasi Kallinen
2023-03-18 12:07:46 +02:00
parent 20dbd989f1
commit 633487849b
2 changed files with 32 additions and 12 deletions

View File

@@ -262,6 +262,14 @@ local tutorial_events = {
tutorial_whitelist_commands["quiver"] = true;
end,
},
{
ucoord = { 38, 6 },
remove = true,
func = function()
tutorial_whitelist_commands["loot"] = true;
tutorial_whitelist_commands["zap"] = true;
end,
},
};
function tutorial_turn()