diff --git a/code/modules/shuttle/emergency.dm b/code/modules/shuttle/emergency.dm index 0aadd91f0da..ed4ac94ba06 100644 --- a/code/modules/shuttle/emergency.dm +++ b/code/modules/shuttle/emergency.dm @@ -424,7 +424,7 @@ width = 3 height = 4 var/target_area = /area/lavaland/surface/outdoors - var/edge_distance = 4 + var/edge_distance = 16 // Minimal distance from the map edge, setting this too low can result in shuttle landing on the edge and getting "sliced" /obj/docking_port/stationary/random/initialize()