Tutorial: throwing items

This commit is contained in:
Pasi Kallinen
2023-03-18 11:04:27 +02:00
parent 5ca4e166b1
commit 3f3c275ed5
2 changed files with 22 additions and 10 deletions

View File

@@ -252,6 +252,14 @@ local tutorial_events = {
tutorial_whitelist_commands["drop"] = true;
end,
},
{
ucoord = { 24, 6 },
remove = true,
func = function()
tutorial_whitelist_commands["throw"] = true;
tutorial_whitelist_commands["fire"] = true;
end,
},
};
function tutorial_turn()