Removes the pre-spawned tracking beacons from Ripleys and Odysseus (#18956)

This commit is contained in:
Adri
2022-09-07 14:38:59 +02:00
committed by GitHub
parent 5e8930bec0
commit feace7eda8
2 changed files with 0 additions and 9 deletions
-4
View File
@@ -1,7 +1,3 @@
/obj/mecha/medical
turnsound = 'sound/mecha/mechmove01.ogg'
stepsound = 'sound/mecha/mechstep.ogg'
/obj/mecha/medical/Initialize(mapload)
. = ..()
trackers += new /obj/item/mecha_parts/mecha_tracking(src)
-5
View File
@@ -1,7 +1,2 @@
/obj/mecha/working
internal_damage_threshold = 60
/obj/mecha/working/Initialize(mapload)
. = ..()
if(!ruin_mecha)
trackers += new /obj/item/mecha_parts/mecha_tracking(src)