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
This commit is contained in:
Fikou
2020-08-24 23:45:01 +08:00
committed by GitHub
parent b532694caf
commit eba6a1338c
+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