mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Removes the pre-spawned tracking beacons from Ripleys and Odysseus (#18956)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user