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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)