From b69bd554e39c88eb8ca4380453a5e42f8a53d0fc Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sat, 4 Jun 2022 16:25:20 +1000 Subject: [PATCH] Fix shotgun spent visuals (#8639) --- .../Weapons/Guns/Ammunition/Cartridges/shotgun.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/shotgun.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/shotgun.yml index 65720dc6e4..9af047668d 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/shotgun.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/shotgun.yml @@ -34,6 +34,8 @@ - type: CartridgeAmmo proto: PelletShotgunBeanbag count: 1 + - type: SpentAmmoVisuals + state: "beanbag" - type: entity id: ShellShotgunSlug @@ -48,6 +50,8 @@ proto: PelletShotgunSlug count: 4 spread: 5 + - type: SpentAmmoVisuals + state: "slug" - type: entity id: ShellShotgunFlare @@ -61,6 +65,8 @@ - type: CartridgeAmmo proto: PelletShotgunFlare count: 1 + - type: SpentAmmoVisuals + state: "flare" - type: entity id: ShellShotgun @@ -85,6 +91,8 @@ map: [ "enum.AmmoVisualLayers.Base" ] - type: CartridgeAmmo proto: PelletShotgunFlash + - type: SpentAmmoVisuals + state: "flash" - type: entity id: ShellShotgunIncendiary @@ -97,6 +105,8 @@ map: [ "enum.AmmoVisualLayers.Base" ] - type: CartridgeAmmo proto: PelletShotgunIncendiary + - type: SpentAmmoVisuals + state: "incendiary" - type: entity id: ShellShotgunPractice @@ -109,6 +119,8 @@ map: [ "enum.AmmoVisualLayers.Base" ] - type: CartridgeAmmo proto: PelletShotgun + - type: SpentAmmoVisuals + state: "practice" - type: entity id: ShellTranquilizer @@ -133,3 +145,5 @@ solution: ammo - type: SolutionTransfer maxTransferAmount: 15 + - type: SpentAmmoVisuals + state: "practice"