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

ITEM.Name = "Tech"
ITEM.Description = "You're blinded by SCIENCE!"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)