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

ITEM.Name = "Batteries"
ITEM.Description = "It holds a charge!"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)