forked from Simnation/Main
Update items.lua
This commit is contained in:
parent
bbf3f38241
commit
32ff2b34b2
1 changed files with 7 additions and 7 deletions
|
@ -4044,16 +4044,16 @@ itemsData = {
|
||||||
label = 'Penicillin',
|
label = 'Penicillin',
|
||||||
name = 'penicillin',
|
name = 'penicillin',
|
||||||
},
|
},
|
||||||
screwdriverset = {
|
screwdriver = {
|
||||||
useable = false,
|
useable = false,
|
||||||
weight = 1000,
|
weight = 1,
|
||||||
type = 'item',
|
type = 'item',
|
||||||
unique = true,
|
unique = false,
|
||||||
description = 'Sehr nützlich zum Schrauben... zu schrauben...',
|
description = 'Sehr nützlich um Schrauben... zu schrauben...',
|
||||||
image = 'screwdriverset.png',
|
image = 'screwdriverset.png',
|
||||||
shouldClose = false,
|
shouldClose = false,
|
||||||
label = 'Schraubendreher Set',
|
label = 'Schraubendreher Set',
|
||||||
name = 'screwdriverset',
|
name = 'screwdriver',
|
||||||
},
|
},
|
||||||
cosmetic_part = {
|
cosmetic_part = {
|
||||||
useable = true,
|
useable = true,
|
||||||
|
@ -10050,8 +10050,8 @@ itemsData = {
|
||||||
name = 'cooked_lamb_chop',
|
name = 'cooked_lamb_chop',
|
||||||
},
|
},
|
||||||
lockpick = {
|
lockpick = {
|
||||||
useable = true,
|
useable = false,
|
||||||
weight = 300,
|
weight = 1,
|
||||||
type = 'item',
|
type = 'item',
|
||||||
unique = false,
|
unique = false,
|
||||||
description = 'Very useful if you lose your keys a lot.. or if you want to use it for something else...',
|
description = 'Very useful if you lose your keys a lot.. or if you want to use it for something else...',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue