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

ITEM.Name = "Spices"
ITEM.Description = "Freshen up that stinking mutton!"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)