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

ITEM.Name = "Fire Rune"
ITEM.Description = "A slightly warm stone."
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)