diff --git a/code/game/turfs/space/space.dm b/code/game/turfs/space/space.dm index dbd78b50188..9cafaf48198 100644 --- a/code/game/turfs/space/space.dm +++ b/code/game/turfs/space/space.dm @@ -90,10 +90,7 @@ if ((!(A) || src != A.loc)) return - if(destination_z) - if(A.z > MAX_Z) - return - + if(destination_z) A.x = destination_x A.y = destination_y A.z = destination_z