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

ITEM.Name = "Air Rune"
ITEM.Description = "This stone seems like it should be heavier."
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)