From 2a7a02594d517104d7c4747c695f91049ab2e90e Mon Sep 17 00:00:00 2001 From: Fluff Date: Tue, 14 Mar 2023 18:53:31 -0400 Subject: [PATCH] Fix Removed a projectile that no longer exsits. --- .../mob/living/simple_mob/subtypes/mechanical/mecha/phazon.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/mechanical/mecha/phazon.dm b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/mechanical/mecha/phazon.dm index abf51edfa6..28491e4951 100644 --- a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/mechanical/mecha/phazon.dm +++ b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/mechanical/mecha/phazon.dm @@ -126,6 +126,3 @@ /obj/item/projectile/arc/explosive_rocket/spread/on_impact(turf/T) new /obj/effect/explosion(T) // Weak explosions don't produce this on their own, apparently. explosion(T, 0, 0, 5, adminlog = FALSE) - -/obj/item/projectile/bullet/shotgun/ion/boss - armor_penetration = 15