From ff9287b63c8e65afaa34ee74353d6e56a70ac942 Mon Sep 17 00:00:00 2001 From: rebe83 Date: Fri, 7 Aug 2026 10:39:51 -0500 Subject: [PATCH] fixed the piercing stuff --- .../Weapons/Guns/Ammunition/Cartridges/antimateriel.yml | 1 + .../Weapons/Guns/Ammunition/Projectiles/antimateriel.yml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/antimateriel.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/antimateriel.yml index 77fe197201b..bb283e700dd 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/antimateriel.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/antimateriel.yml @@ -7,6 +7,7 @@ - type: Tag tags: - CartridgeAntiMateriel + - CartridgeLMGAntiMateriel # DeltaV - for piercing qualities - type: CartridgeAmmo proto: BulletAntiMateriel - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/antimateriel.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/antimateriel.yml index 881d956ed0a..34581e3d106 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/antimateriel.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/antimateriel.yml @@ -16,5 +16,9 @@ - type: StaminaDamageOnCollide damage: 60 - type: PiercingProjectile # DeltaV - pierces up to 3 walls/windows - maxPierceNumberThreshold: 3 + pierceCounterWhitelist: + tags: + - Wall + - Window + maxPierceNumberThreshold: 3 # this seems to not work healthThreshold: 200 # Normal walls have a threshold of 200.