Ups edge distance to prevent the shuttle from landing in necropolis walls

This commit is contained in:
c0
2017-01-05 06:41:18 +03:00
parent 6caeaebc75
commit c994e37dc1
+1 -1
View File
@@ -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()