diff --git a/code/modules/mapping/map.dm b/code/modules/mapping/map.dm index 9bf24718bb7..76c2e81783b 100644 --- a/code/modules/mapping/map.dm +++ b/code/modules/mapping/map.dm @@ -349,9 +349,9 @@ // Traditional behavior else if (long_range && (srcz in map_levels)) - return map_levels + return map_levels.Copy() else if (srcz in station_levels) - return list(srcz) + return station_levels.Copy() else return list(srcz)