aboutsummaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/feather.lua
blob: 02eda1fe64b5745e32388e05d2b2380985b3ec25 (plain)
1
2
3
4
5
6
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)