diff --git a/code/datums/helper_datums/teleport.dm b/code/datums/helper_datums/teleport.dm index 0c2d036dd48f..8ce5a500d121 100644 --- a/code/datums/helper_datums/teleport.dm +++ b/code/datums/helper_datums/teleport.dm @@ -187,6 +187,8 @@ return F /proc/get_teleport_turfs(turf/center, precision = 0) + if(is_centcom_level(center.z)) + precision = 0 if(!precision) return list(center) var/list/posturfs = list()