Deathsquad revolver ammo fix (#34910)
* Added AP version of mateba, and put it in the deathsquad starting equipment. * Update Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
parent
5b394c2f5a
commit
129bcdfeb7
|
|
@ -108,6 +108,14 @@
|
|||
soundGunshot:
|
||||
path: /Audio/Weapons/Guns/Gunshots/mateba.ogg
|
||||
|
||||
- type: entity
|
||||
parent: WeaponRevolverMateba
|
||||
id: WeaponRevolverMatebaAP # For deathsquad
|
||||
suffix: armor-piercing
|
||||
components:
|
||||
- type: RevolverAmmoProvider
|
||||
proto: CartridgeMagnumAP
|
||||
|
||||
- type: entity
|
||||
name: Python
|
||||
parent: [BaseWeaponRevolver, BaseSyndicateContraband]
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
storage:
|
||||
back:
|
||||
- WeaponPulsePistol
|
||||
- WeaponRevolverMateba
|
||||
- WeaponRevolverMatebaAP
|
||||
- SpeedLoaderMagnumAP
|
||||
- SpeedLoaderMagnumAP
|
||||
- BoxFlashbang
|
||||
|
|
|
|||
Loading…
Reference in New Issue