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