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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)