Skip to content

Commit

Permalink
Deathsquad revolver ammo fix (#34910)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Update Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml

---------

Co-authored-by: slarticodefast <[email protected]>
  • Loading branch information
Nox38 and slarticodefast authored Feb 12, 2025
1 parent 5b394c2 commit 129bcdf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/CentComm/deathsquad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
storage:
back:
- WeaponPulsePistol
- WeaponRevolverMateba
- WeaponRevolverMatebaAP
- SpeedLoaderMagnumAP
- SpeedLoaderMagnumAP
- BoxFlashbang
Expand Down

0 comments on commit 129bcdf

Please sign in to comment.