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

ITEM.Name = "Herbs"
ITEM.Description = "Something you can plant!"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)