From 7fae99249b5556e8697f210db6d925eb59d83a86 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Wed, 10 Jun 2020 10:46:16 -0400 Subject: [PATCH] Fix bug with in-round constructed teleporters --- code/game/machinery/teleporter.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/teleporter.dm b/code/game/machinery/teleporter.dm index 7b95e738d4..5d0ebfc929 100644 --- a/code/game/machinery/teleporter.dm +++ b/code/game/machinery/teleporter.dm @@ -18,10 +18,10 @@ ..() underlays.Cut() underlays += image('icons/obj/stationobjs.dmi', icon_state = "telecomp-wires") - teleport_control = new(src) /obj/machinery/computer/teleporter/Initialize() . = ..() + teleport_control = new(src) var/obj/machinery/teleport/station/station = null var/obj/machinery/teleport/hub/hub = null