1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-28 22:08:13 +02:00
parent 51e3445037
commit f69b8e3172
5 changed files with 42 additions and 35 deletions

View file

@ -10783,4 +10783,37 @@ itemsData = {
image = 'airsoft_bullets.png',
name = 'airsoft_bullets',
},
empty_bottle = {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'leere Flasche',
unique = true,
useable = true,
image = 'empty_bottle.png',
name = 'empty_bottle',
},
empty_can = {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'leere Dose',
unique = true,
useable = true,
image = 'empty_can.png',
name = 'empty_can',
},
empty_glasbootle = {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'leere Glasflasche',
unique = true,
useable = true,
image = 'empty_glasbootle.png',
name = 'empty_glasbootle',
},
}