From c3b395e9bfff737a37b601a824997a2da91f053a Mon Sep 17 00:00:00 2001 From: LoneAsket <59748469+LoneAsket@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:33:59 +0500 Subject: [PATCH] Nerf MK88 (#765) --- code/modules/projectiles/ammo_datums/bullet/pistol.dm | 2 ++ code/modules/projectiles/guns/pistols.dm | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/projectiles/ammo_datums/bullet/pistol.dm b/code/modules/projectiles/ammo_datums/bullet/pistol.dm index 428b085f021..f599320d889 100644 --- a/code/modules/projectiles/ammo_datums/bullet/pistol.dm +++ b/code/modules/projectiles/ammo_datums/bullet/pistol.dm @@ -93,6 +93,8 @@ shrapnel_chance = 0 flags_ammo_behavior = AMMO_BALLISTIC|AMMO_INCENDIARY damage = 20 + penetration = 0 + additional_xeno_penetration = 0 /datum/ammo/bullet/pistol/squash name = "squash-head pistol bullet" diff --git a/code/modules/projectiles/guns/pistols.dm b/code/modules/projectiles/guns/pistols.dm index cdf52223966..f4f6a19e5da 100644 --- a/code/modules/projectiles/guns/pistols.dm +++ b/code/modules/projectiles/guns/pistols.dm @@ -531,7 +531,6 @@ /obj/item/attachable/extended_barrel, /obj/item/attachable/heavy_barrel, /obj/item/attachable/flashlight/under, - /obj/item/attachable/burstfire_assembly, /obj/item/attachable/lace, )