From c8eae8a629176012bd97f3cd238b98b9d35a6834 Mon Sep 17 00:00:00 2001 From: Admiral-Obvious-001 <89495925+Admiral-Obvious-001@users.noreply.github.com> Date: Fri, 29 Dec 2023 21:34:27 -0800 Subject: [PATCH] Normalize special shotgun ammo damage (#23163) Test 1 --- .../Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml index f92828ba0b..300935d901 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml @@ -54,7 +54,7 @@ - type: Projectile damage: types: - Blunt: 1 + Blunt: 3 Heat: 7 - type: IgnitionSource ignited: true @@ -176,5 +176,5 @@ - type: Projectile damage: types: - Radiation: 3 + Radiation: 5 Piercing: 5 -- 2.51.2