aboutsummaryrefslogtreecommitdiff
path: root/gamemode/shared/itemsystem/weapons
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/shared/itemsystem/weapons')
-rw-r--r--gamemode/shared/itemsystem/weapons/rustyaxe.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/gamemode/shared/itemsystem/weapons/rustyaxe.lua b/gamemode/shared/itemsystem/weapons/rustyaxe.lua
index f21500d..735c3da 100644
--- a/gamemode/shared/itemsystem/weapons/rustyaxe.lua
+++ b/gamemode/shared/itemsystem/weapons/rustyaxe.lua
@@ -26,6 +26,7 @@ function item.GetOptions(self)
local options = {}
options["test"] = function() print("You pressed test!") end
options["toste"] = function() print("You pressed toste!") end
+ options["Drop"] = ART.DropItem(self)
return options
end