From cf9f26e357fab87704a323236a5818df42168cce Mon Sep 17 00:00:00 2001 From: FluffMedic <109300046+FluffMedic@users.noreply.github.com> Date: Sat, 23 Aug 2025 15:19:36 -0400 Subject: [PATCH] Fixes the Eclipse Xenoarch (#11498) --- .../mob/living/simple_mob/subtypes/humanoid/eclipse/mechas.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/humanoid/eclipse/mechas.dm b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/humanoid/eclipse/mechas.dm index a4862bb1a3..66a5effbad 100644 --- a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/humanoid/eclipse/mechas.dm +++ b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/humanoid/eclipse/mechas.dm @@ -501,8 +501,7 @@ icon_state = "cursor_guard" icon_living = "cursor_guard" armor = list(melee = 80, bullet = 80, laser = 80, energy = 80, bomb = 80, bio = 100, rad = 100) - pilot_type = /obj/item/prop/tyrlore/stolenbreacher - wreckage = /obj/item/pickaxe/diamonddrill/alien + wreckage = /obj/item/prop/tyrlore/stolenbreacher specialattackprojectile = /obj/item/projectile/energy/eclipse/mining desc = "A being wearing what appears to be a modified breacher outfit." projectiletype = /obj/item/projectile/arc/explosive_rocket