mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 03:51:49 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user