From af5ea7b4bfeb7cea1c78b06978f4594f72300cb1 Mon Sep 17 00:00:00 2001 From: hal9000PR <69320440+hal9000PR@users.noreply.github.com> Date: Thu, 15 Jul 2021 15:51:52 +0100 Subject: [PATCH] round two (#16371) --- code/game/machinery/teleporter.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/machinery/teleporter.dm b/code/game/machinery/teleporter.dm index 9ae9abe6249..7ba07c026dd 100644 --- a/code/game/machinery/teleporter.dm +++ b/code/game/machinery/teleporter.dm @@ -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() /**