diff --git a/code/modules/shuttle/navigation_computer.dm b/code/modules/shuttle/navigation_computer.dm index 1a46e5be9be..be7f94b3335 100644 --- a/code/modules/shuttle/navigation_computer.dm +++ b/code/modules/shuttle/navigation_computer.dm @@ -227,9 +227,9 @@ // Too close to the map edge is never allowed if(!T || T.x <= 10 || T.y <= 10 || T.x >= world.maxx - 10 || T.y >= world.maxy - 10) return SHUTTLE_DOCKER_BLOCKED - // If it's one of our shuttle areas assume it's ok to be there + /* // If it's one of our shuttle areas assume it's ok to be there if(shuttle_port.shuttle_areas[T.loc]) - return SHUTTLE_DOCKER_LANDING_CLEAR + return SHUTTLE_DOCKER_LANDING_CLEAR */ . = SHUTTLE_DOCKER_LANDING_CLEAR // See if the turf is hidden from us var/list/hidden_turf_info