aboutsummaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/feather.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/itemsystem/items/feather.lua')
-rw-r--r--gamemode/itemsystem/items/feather.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/gamemode/itemsystem/items/feather.lua b/gamemode/itemsystem/items/feather.lua
index d53acc8..02eda1f 100644
--- a/gamemode/itemsystem/items/feather.lua
+++ b/gamemode/itemsystem/items/feather.lua
@@ -1,6 +1,7 @@
-
+local ITEM = {}
ITEM.Name = "Feather"
ITEM.Class = "resource"
ITEM.Desc = "Material used for making arrows"
ITEM.Model = "models/Gibs/HGIBS_scapula.mdl"
ITEM.Icon = Material("wintersurvival2/hud/ws2_icons/icon_feather.png")
+RegisterItem(ITEM)