blob: 47a6fbb5a4b43aeae10c69a6548a46b718efc975 (
plain)
1
2
3
4
5
6
7
8
9
10
|
ITEM = {}
ITEM.Name = "Baits"
ITEM.Description = "Something you can use to fish with! (Consumed automatically)"
ITEM.Icon = "test.png"
ITEM.UniqueData = false
genericMakeDroppable(ITEM)
GMS.RegisterResource(ITEM)
|