From b1a2d1cf864ee642ebc22453d2ada0135a1201af Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 4 Apr 2021 09:24:07 +1000 Subject: [PATCH] Fixes regular tether --- maps/tether/tether_things.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maps/tether/tether_things.dm b/maps/tether/tether_things.dm index fddb4f63fbd..52f999249ed 100644 --- a/maps/tether/tether_things.dm +++ b/maps/tether/tether_things.dm @@ -372,7 +372,7 @@ var/global/list/latejoin_tram = list() // Used at centcomm for the elevator /obj/machinery/cryopod/robot/door/dorms spawnpoint_type = /datum/spawnpoint/tram -/* + //Tether-unique network cameras /obj/machinery/camera/network/tether network = list(NETWORK_TETHER) @@ -388,7 +388,7 @@ var/global/list/latejoin_tram = list() /obj/machinery/camera/network/research/xenobio network = list(NETWORK_RESEARCH, NETWORK_XENOBIO) -*/ + //Camera monitors /obj/machinery/computer/security/xenobio name = "xenobiology camera monitor"