[MIRROR] shuttle navigation consoles can no longer dock at tiles that the shuttle is on (#502)

* shuttle navigation consoles can no longer dock at tiles that the shuttle is on (#53133)

* shuttle navigation consoles can no longer dock at tiles that the shuttle is on

* comment it out

* shuttle navigation consoles can no longer dock at tiles that the shuttle is on

Co-authored-by: Fikou <piotrbryla@onet.pl>
This commit is contained in:
SkyratBot
2020-08-25 00:02:16 +02:00
committed by GitHub
co-authored by Fikou
parent d4038d9e34
commit 3b42d32cf1
+2 -2
View File
@@ -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