forked from Simnation/Main
ed
This commit is contained in:
parent
5e498ae29e
commit
650ff8db20
4 changed files with 39 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue