From 9dd887b17bdcf7b02a6d64558dea4963b88c6307 Mon Sep 17 00:00:00 2001 From: retlaw34 <58402542+retlaw34@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:21:38 -0800 Subject: [PATCH] nice catch apoggers --- code/modules/projectiles/projectile/bullets/shotgun.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/projectiles/projectile/bullets/shotgun.dm b/code/modules/projectiles/projectile/bullets/shotgun.dm index 3d41e7e8fc0f..4c42bcc807ca 100644 --- a/code/modules/projectiles/projectile/bullets/shotgun.dm +++ b/code/modules/projectiles/projectile/bullets/shotgun.dm @@ -74,7 +74,7 @@ /obj/projectile/bullet/pellet/buckshot name = "buckshot pellet" damage = 20 - armour_penetration = -35 + armour_penetration = -10 /obj/projectile/bullet/pellet/rubbershot name = "rubbershot pellet" @@ -101,6 +101,7 @@ /obj/projectile/bullet/pellet/improvised damage = 6 + armour_penetration = -35 tile_dropoff = 0.6 // Mech Scattershot