Tutorial: being burdened, dropping items

This commit is contained in:
Pasi Kallinen
2023-03-16 07:43:47 +02:00
parent 9d11d6bf13
commit 441d498300
2 changed files with 33 additions and 13 deletions

View File

@@ -245,6 +245,13 @@ local tutorial_events = {
tutorial_whitelist_commands["read"] = true;
end,
},
{
ucoord = { 19, 7 },
remove = true,
func = function()
tutorial_whitelist_commands["drop"] = true;
end,
},
};
function tutorial_turn()