From 2c45dd3073887f5cf957db8e3e767cfe5ef9a8fc Mon Sep 17 00:00:00 2001 From: 1080pCat <96908085+1080pCat@users.noreply.github.com> Date: Sat, 11 May 2024 05:33:16 +1000 Subject: [PATCH] Update marauder.dm (#25333) --- code/game/mecha/combat/marauder.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/mecha/combat/marauder.dm b/code/game/mecha/combat/marauder.dm index 4dced61d7c9..80b8263d2e1 100644 --- a/code/game/mecha/combat/marauder.dm +++ b/code/game/mecha/combat/marauder.dm @@ -45,6 +45,9 @@ ME = new /obj/item/mecha_parts/mecha_equipment/thrusters ME.attach(src) +/obj/mecha/combat/marauder/add_cell() + cell = new /obj/item/stock_parts/cell/bluespace(src) + /obj/mecha/combat/marauder/ares name = "Ares" desc = "Heavy-duty, combat exosuit, adapted from rejected early versions of the Marauder to serve as a biohazard containment exosuit. This model, albeit rare, can be found among civilian populations." @@ -85,9 +88,6 @@ force = 80 max_equip = 8 -/obj/mecha/combat/marauder/seraph/add_cell() - cell = new /obj/item/stock_parts/cell/bluespace(src) - /obj/mecha/combat/marauder/seraph/loaded/Initialize(mapload) . = ..() //Let it equip whatever is needed. var/obj/item/mecha_parts/mecha_equipment/ME