Update marauder.dm (#25333)

This commit is contained in:
1080pCat
2024-05-11 05:33:16 +10:00
committed by GitHub
parent 9875c4568b
commit 2c45dd3073
+3 -3
View File
@@ -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