1
0
Fork 0
forked from Simnation/Main

Update items.lua

This commit is contained in:
Nordi98 2025-07-14 17:36:35 +02:00
parent bbf3f38241
commit 32ff2b34b2

View file

@ -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...',