From f3fcc559a4c6a330a83ff3bdb795b749a2686b05 Mon Sep 17 00:00:00 2001 From: private-tristan Date: Thu, 26 Oct 2023 22:16:39 -0400 Subject: [PATCH] sentry armor pen dropped from 35 to 10 --- 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 6e9b7df49d..d948bd6c4b 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_7 + penetration = ARMOR_PENETRATION_TIER_2 damage_armor_punch = 0 pen_armor_punch = 0 shell_speed = 2*AMMO_SPEED_TIER_6