Update Malf_Modules.dm
This commit is contained in:
@@ -377,11 +377,7 @@ 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
|
||||
@@ -831,4 +827,4 @@ GLOBAL_LIST_INIT(blacklisted_malf_machines, typecacheof(list(
|
||||
AI.eyeobj.relay_speech = TRUE
|
||||
|
||||
#undef DEFAULT_DOOMSDAY_TIMER
|
||||
#undef DOOMSDAY_ANNOUNCE_INTERVAL
|
||||
#undef DOOMSDAY_ANNOUNCE_INTERVAL
|
||||
|
||||
Reference in New Issue
Block a user