From c994e37dc1eb4960e69140fbf3eef1f8b94a2845 Mon Sep 17 00:00:00 2001 From: c0 Date: Thu, 5 Jan 2017 06:41:18 +0300 Subject: [PATCH] Ups edge distance to prevent the shuttle from landing in necropolis walls --- code/modules/shuttle/emergency.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()