Update teleport.dm (#14250)

This commit is contained in:
GoreDem
2022-05-26 14:35:06 +03:00
committed by GitHub
parent 642ca465bc
commit 2f751ffc89

View File

@@ -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()