mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Don't show off-sector meteor shields on station map. (#32441)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user