From bc9501b366a45e053a11abc4dc4bb20abd0aacf5 Mon Sep 17 00:00:00 2001 From: private-tristan Date: Thu, 26 Oct 2023 22:21:30 -0400 Subject: [PATCH] actually reduces it to 5 --- code/datums/ammo/bullet/special_ammo.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/ammo/bullet/special_ammo.dm b/code/datums/ammo/bullet/special_ammo.dm index d948bd6c4b..7e91b8f0e9 100644 --- a/code/datums/ammo/bullet/special_ammo.dm +++ b/code/datums/ammo/bullet/special_ammo.dm @@ -83,7 +83,7 @@ accuracy_var_high = PROJECTILE_VARIANCE_TIER_8 max_range = 22 damage = 30 - penetration = ARMOR_PENETRATION_TIER_2 + penetration = ARMOR_PENETRATION_TIER_1 damage_armor_punch = 0 pen_armor_punch = 0 shell_speed = 2*AMMO_SPEED_TIER_6