Fixes doomsday not working with multiz stations
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user