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