From 4bddef70e22cf7f2cc3dfe505b8b8bcbac9c5c76 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Tue, 26 Jun 2018 17:43:52 -0700 Subject: [PATCH] Update ark_of_the_clockwork_justicar.dm --- .../clockcult/clock_structures/ark_of_the_clockwork_justicar.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2b1d9d5f02..186cfb485a 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 @@ -335,7 +335,7 @@ sleep(3) GLOB.clockwork_gateway_activated = TRUE var/turf/T = SSmapping.get_station_center() - new /obj/structure/destructible/clockwork/massive/ratvar(T) + new /obj/structure/destructible/clockwork/massive/ratvar(T, TRUE) SSticker.force_ending = TRUE var/x0 = T.x var/y0 = T.y