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',
|
||||
name = 'penicillin',
|
||||
},
|
||||
screwdriverset = {
|
||||
screwdriver = {
|
||||
useable = false,
|
||||
weight = 1000,
|
||||
weight = 1,
|
||||
type = 'item',
|
||||
unique = true,
|
||||
description = 'Sehr nützlich zum Schrauben... zu schrauben...',
|
||||
unique = false,
|
||||
description = 'Sehr nützlich um Schrauben... zu schrauben...',
|
||||
image = 'screwdriverset.png',
|
||||
shouldClose = false,
|
||||
label = 'Schraubendreher Set',
|
||||
name = 'screwdriverset',
|
||||
name = 'screwdriver',
|
||||
},
|
||||
cosmetic_part = {
|
||||
useable = true,
|
||||
|
@ -10050,8 +10050,8 @@ itemsData = {
|
|||
name = 'cooked_lamb_chop',
|
||||
},
|
||||
lockpick = {
|
||||
useable = true,
|
||||
weight = 300,
|
||||
useable = false,
|
||||
weight = 1,
|
||||
type = 'item',
|
||||
unique = false,
|
||||
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