forked from Simnation/Main
ed
This commit is contained in:
parent
5e5289c5ac
commit
8bcc476f56
2 changed files with 11 additions and 1 deletions
BIN
resources/[inventory]/inventory_images/images/keys.png
Normal file
BIN
resources/[inventory]/inventory_images/images/keys.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
|
@ -10214,6 +10214,16 @@ itemsData = {
|
|||
image = 'food_bag.png',
|
||||
name = 'food_bag',
|
||||
},
|
||||
|
||||
keys = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 2,
|
||||
label = 'Motelschlüssel',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'keys.png',
|
||||
name = 'keys',
|
||||
},
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue