Teleport the items from the location the anomaly was on, not from where it started

This commit is contained in:
alex-gh
2013-11-15 08:25:15 +01:00
parent 1f2a493caa
commit 2075767d60
@@ -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)