From e3807a96d29eae6edd2a947221ef27fd8a941235 Mon Sep 17 00:00:00 2001 From: chizzy376 <80391698+chizzy376@users.noreply.github.com> Date: Wed, 15 May 2024 20:34:00 +0200 Subject: [PATCH] Tank adjustments (#15815) --- code/modules/projectiles/ammo_types/heavy_ammo.dm | 2 +- code/modules/projectiles/ammo_types/rocket_ammo.dm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/projectiles/ammo_types/heavy_ammo.dm b/code/modules/projectiles/ammo_types/heavy_ammo.dm index 2a19694d7a61c..0a32108745084 100644 --- a/code/modules/projectiles/ammo_types/heavy_ammo.dm +++ b/code/modules/projectiles/ammo_types/heavy_ammo.dm @@ -34,7 +34,7 @@ /datum/ammo/bullet/minigun/ltaap name = "chaingun bullet" damage = 30 - penetration = 10 + penetration = 15 sundering = 0 ammo_behavior_flags = AMMO_BALLISTIC|AMMO_IFF damage_falloff = 2 diff --git a/code/modules/projectiles/ammo_types/rocket_ammo.dm b/code/modules/projectiles/ammo_types/rocket_ammo.dm index cdd7244b86720..46ef40d6f5bac 100644 --- a/code/modules/projectiles/ammo_types/rocket_ammo.dm +++ b/code/modules/projectiles/ammo_types/rocket_ammo.dm @@ -77,6 +77,7 @@ penetration = 50 damage = 200 hud_state = "bigshell_he" + sundering = 20 /datum/ammo/rocket/ltb/drop_nade(turf/T) explosion(T, 0, 2, 5, 0, 3)