mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Update marauder.dm (#25333)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user