From 14ff477fa184fbb7aae65d7d5f6aea0560658100 Mon Sep 17 00:00:00 2001 From: Keate Senior Date: Thu, 23 Jul 2020 17:49:14 -0400 Subject: [PATCH] Revert "Makes Ratvar spawn above the Ark" This reverts commit e4ae6134349b4fdcebec93a18de3df72a02a2af8. --- .../clockcult/clock_structures/ark_of_the_clockwork_justicar.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/antagonists/clockcult/clock_structures/ark_of_the_clockwork_justicar.dm b/code/modules/antagonists/clockcult/clock_structures/ark_of_the_clockwork_justicar.dm index 876e7ed1d7..bb44d0683a 100644 --- a/code/modules/antagonists/clockcult/clock_structures/ark_of_the_clockwork_justicar.dm +++ b/code/modules/antagonists/clockcult/clock_structures/ark_of_the_clockwork_justicar.dm @@ -303,6 +303,7 @@ obj/structure/destructible/clockwork/massive/celestial_gateway/Destroy() QDEL_IN(src, 3) sleep(3) GLOB.clockwork_gateway_activated = TRUE + var/turf/T = SSmapping.get_station_center() new /obj/structure/destructible/clockwork/massive/ratvar(T) var/x0 = T.x var/y0 = T.y