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

ITEM.Name = "Sulpher"
ITEM.Description = "Watch out, it's explosive!"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)