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

ITEM.Name = "Salmon"
ITEM.Description = "Something you can craft with!"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)