Tutorial: Firing missiles and quiver

This commit is contained in:
Pasi Kallinen
2023-03-18 11:42:48 +02:00
parent 3f3c275ed5
commit 20dbd989f1
2 changed files with 28 additions and 9 deletions

View File

@@ -192,6 +192,7 @@ local tutorial_whitelist_commands = {
["kick"] = true,
["search"] = true,
["pickup"] = true,
["wait"] = true,
["wear"] = true,
["wield"] = true,
-- ["save"] = true,
@@ -258,6 +259,7 @@ local tutorial_events = {
func = function()
tutorial_whitelist_commands["throw"] = true;
tutorial_whitelist_commands["fire"] = true;
tutorial_whitelist_commands["quiver"] = true;
end,
},
};