mech updat

This commit is contained in:
SandPoot
2022-04-09 00:03:33 -03:00
parent 695835fcd6
commit d6624eb705
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
var/obj/durand_shield/shield
/obj/vehicle/sealed/mecha/combat/durand/Initialize()
/obj/vehicle/sealed/mecha/combat/durand/Initialize(mapload)
. = ..()
shield = new /obj/durand_shield(loc, src, layer, dir)
RegisterSignal(src, COMSIG_MECHA_ACTION_TRIGGER, .proc/relay)
+1 -1
View File
@@ -32,7 +32,7 @@
max_equip = 5
destruction_sleep_duration = 20
/obj/vehicle/sealed/mecha/combat/gygax/dark/loaded/Initialize()
/obj/vehicle/sealed/mecha/combat/gygax/dark/loaded/Initialize(mapload)
. = ..()
var/obj/item/mecha_parts/mecha_equipment/ME = new /obj/item/mecha_parts/mecha_equipment/thrusters/ion(src)
ME.attach(src)