Update sm_monitor.dm

This commit is contained in:
LetterJay
2017-09-11 15:45:34 -05:00
committed by GitHub
parent 804a59ad49
commit 05efdd9ad3

View File

@@ -44,11 +44,8 @@
//var/valid_z_levels = (GetConnectedZlevels(T.z) & using_map.station_levels)
for(var/obj/machinery/power/supermatter_shard/S in GLOB.machines)
// Delaminating, not within coverage, not on a tile.
<<<<<<< HEAD
if(!(S.z == ZLEVEL_STATION || S.z == ZLEVEL_MINING || S.z == T.z) || !istype(S.loc, /turf/))
=======
if(!(S.z in GLOB.station_z_levels) || S.z == ZLEVEL_MINING || S.z == T.z || !istype(S.loc, /turf/))
>>>>>>> 51c03bb... Merge pull request #30633 from KorPhaeron/missing)
continue
supermatters.Add(S)