From ecbbdf837ced6a97bcca6c8503fbb2c62f9f7cde Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Mon, 30 Apr 2018 19:23:04 -0400 Subject: [PATCH] Fix CC cryopod doors resetting to weird spawnpoints --- maps/tether/tether_things.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/maps/tether/tether_things.dm b/maps/tether/tether_things.dm index 46177a74c7..aa73d836a4 100644 --- a/maps/tether/tether_things.dm +++ b/maps/tether/tether_things.dm @@ -436,6 +436,10 @@ var/global/list/latejoin_tram = list() /mob/living/simple_animal/hostile/dragon = 1 ) +// Used at centcomm for the elevator +/obj/machinery/cryopod/robot/door/dorms + spawnpoint_type = /datum/spawnpoint/tram + // // ### Wall Machines On Full Windows ### // To make sure wall-mounted machines placed on full-tile windows are clickable they must be above the window