mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user