1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-10 13:55:48 +02:00
parent 5e5289c5ac
commit 8bcc476f56
2 changed files with 11 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View file

@ -10214,6 +10214,16 @@ itemsData = {
image = 'food_bag.png', image = 'food_bag.png',
name = 'food_bag', name = 'food_bag',
}, },
keys = {
shouldClose = true,
type = 'item',
description = '',
weight = 2,
label = 'Motelschlüssel',
unique = true,
useable = true,
image = 'keys.png',
name = 'keys',
},
} }