Don't show off-sector meteor shields on station map. (#32441)

This commit is contained in:
Alan
2026-08-28 23:45:33 +00:00
committed by GitHub
parent 145f3ccec3
commit 943398e5f2
+2
View File
@@ -111,6 +111,8 @@
data["satellites"] = list()
for(var/obj/machinery/satellite/S in SSmachines.get_by_type(/obj/machinery/satellite))
var/turf/T = get_turf(S)
if(T.z != z) // This satellite isn't on the station level, don't show it on the station level map.
continue
data["satellites"] += list(list(
"id" = S.id,
"active" = S.active,