Merge pull request #3784 from monster860/fixspacepodspacetransition

Fix space pod transitions
This commit is contained in:
TheDZD
2016-03-08 19:36:03 -05:00
+3 -5
View File
@@ -69,10 +69,8 @@
/turf/space/Entered(atom/movable/A as mob|obj)
..()
if ((!(A) || src != A.loc))
return
if(destination_z)
if(destination_z && A && (src in A.locs))
A.x = destination_x
A.y = destination_y
A.z = destination_z
@@ -200,4 +198,4 @@
return
/turf/space/can_have_cabling()
return 0
return 0