Files
kiwistation/code/game/mecha/working/working.dm
T
ShizCalev 85a71ac26b Fix exosuit console issues (#41303)
- 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)
2018-11-12 17:56:57 -08:00

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)