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

ITEM.Name = "Mahogany"
ITEM.Description = "A rich dark color."
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)