85a71ac26b
- Fixed exosuit console showing some code by accident. - Restored the ability to send EMP pulses via the exosuit console - Fixed tracking beacons being added to mechas located at ruins allowing you to metagame their spawning. - Fixed exosuit consoles presenting some values via scientific notation (ie pressure being 3.258e-5)
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
/obj/mecha/working
|
|
internal_damage_threshold = 60
|
|
|
|
/obj/mecha/working/Initialize()
|
|
. = ..()
|
|
if(!ruin_mecha)
|
|
trackers += new /obj/item/mecha_parts/mecha_tracking(src)
|