This commit is contained in:
hal9000PR
2021-07-15 15:51:52 +01:00
committed by GitHub
parent 69fe1e0a14
commit af5ea7b4bf
+2 -1
View File
@@ -156,7 +156,8 @@
*/
/obj/machinery/computer/teleporter/proc/resetPowerstation()
power_station.engaged = FALSE
power_station.teleporter_hub.calibrated = FALSE
if(power_station.teleporter_hub.accurate < 3)
power_station.teleporter_hub.calibrated = FALSE
power_station.teleporter_hub.update_icon()
/**