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

ITEM.Name = "Earth Rune"
ITEM.Description = "A stone that's heavier than it looks."
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)