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

ITEM.Name = "A flippy floppy fish!"
ITEM.Description = "Something you can craft with!"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)