summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/cedar.lua
blob: 683d3d90cf2928a00e00eb5e438aaa42028a006a (plain)
1
2
3
4
5
6
7
8
9
10
ITEM = {}

ITEM.Name = "Cedar"
ITEM.Description = "You can identify that this is wood."
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)