Merge pull request #51 from alex-gh/bluespace_fix

Bluespace anomaly now teleports from the turf it is currently on, not from where it started.
This commit is contained in:
ZomgPonies
2013-11-15 13:39:28 -08:00
@@ -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)