This commit is contained in:
Bedshaped
2016-09-19 07:59:01 +03:00
committed by skull132
parent d23bf23214
commit 46b09b4efb
+2
View File
@@ -14,6 +14,8 @@
/datum/event/vent_clog/setup()
endWhen = rand(25, 100)
for(var/obj/machinery/atmospherics/unary/vent_scrubber/temp_vent in machines)
if(!temp_vent)
continue
if(temp_vent.z in config.station_levels)//STATION ZLEVEL
if(temp_vent.network.normal_members.len > 20)
vents += temp_vent