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)