From 2075767d6013bb7a97832c31a60cdea8d67e29f5 Mon Sep 17 00:00:00 2001 From: alex-gh Date: Fri, 15 Nov 2013 08:25:15 +0100 Subject: [PATCH] Teleport the items from the location the anomaly was on, not from where it started --- code/modules/events/tgevents/anomaly_bluespace.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/tgevents/anomaly_bluespace.dm b/code/modules/events/tgevents/anomaly_bluespace.dm index 68eafa5c3db..02a6d9e50a4 100644 --- a/code/modules/events/tgevents/anomaly_bluespace.dm +++ b/code/modules/events/tgevents/anomaly_bluespace.dm @@ -30,7 +30,7 @@ if(chosen) // Calculate previous position for transition - var/turf/FROM = T // the turf of origin we're travelling FROM + var/turf/FROM = newAnomaly.loc // the turf of origin we're travelling FROM var/turf/TO = get_turf(chosen) // the turf of origin we're travelling TO playsound(TO, 'sound/effects/phasein.ogg', 100, 1)