From 96541958c781a400e73ac3594344a51ee09c4655 Mon Sep 17 00:00:00 2001 From: GoreDem <58603746+GoreDem@users.noreply.github.com> Date: Thu, 26 May 2022 14:25:58 +0300 Subject: [PATCH] Update teleport.dm --- code/datums/helper_datums/teleport.dm | 2 ++ 1 file changed, 2 insertions(+) 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()