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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)