Fixes doomsday not working with multiz stations

This commit is contained in:
KorPhaeron
2017-09-26 13:00:53 -05:00
committed by CitadelStationBot
parent 18545eb41c
commit 723d54c8a8
@@ -377,7 +377,11 @@ GLOBAL_LIST_INIT(blacklisted_malf_machines, typecacheof(list(
sleep(100)
for(var/mob/living/L in GLOB.mob_list)
var/turf/T = get_turf(L)
<<<<<<< HEAD
if(!T || T.z != z_level)
=======
if(!T || !(T.z in GLOB.station_z_levels))
>>>>>>> c36ee83... typo
continue
if(issilicon(L))
continue