1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-19 22:06:32 +02:00
parent 5e498ae29e
commit 650ff8db20
4 changed files with 39 additions and 7 deletions

View file

@ -3636,9 +3636,20 @@ itemsData = {
description = 'Munition für die Beanbag Shotgun',
image = 'beanbag_ammo.png',
shouldClose = true,
label = 'Beanbag Ammo',
label = 'Beanbag Munition',
name = 'ammo_beanbag',
},
ammo_training = {
useable = true,
weight = 100,
type = 'item',
unique = false,
description = 'Munition für die Trainingwaffen',
image = 'training_ammo.png',
shouldClose = true,
label = 'Trainings Munition',
name = 'ammo_training',
},
burrito = {
useable = true,
weight = 100,