forked from Simnation/Main
7 lines
300 B
Lua
7 lines
300 B
Lua
-- players can edit items added to the list by right-clicking on their name or image
|
|
config.editableItems = {
|
|
clothe_set = { label = true, img = true },
|
|
bandage = { label = true, img = true },
|
|
weapon_pistol = { label = true, img = false },
|
|
polaroid = { label = true, img = false },
|
|
}
|