Clean up various things

This commit is contained in:
Atermonera
2020-04-03 03:15:06 -04:00
committed by VirgoBot
parent cb91b6dd60
commit d7a9416bb8
51 changed files with 598 additions and 656 deletions
@@ -237,10 +237,9 @@
var/kin_to_el_ratio = 0.1 //How much kinetic energy will be taken from turbine and converted into electricity
var/obj/machinery/atmospherics/pipeturbine/turbine
/obj/machinery/power/turbinemotor/New()
..()
spawn(1)
updateConnection()
/obj/machinery/power/turbinemotor/Initialize()
. = ..()
updateConnection()
/obj/machinery/power/turbinemotor/proc/updateConnection()
turbine = null