From 02ba08936d13c2c2de0686d5da2198bad336f00b Mon Sep 17 00:00:00 2001 From: Razgriz Date: Wed, 6 May 2020 04:54:06 -0700 Subject: [PATCH] Update grubinfestation_vr.dm --- code/modules/events/grubinfestation_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/grubinfestation_vr.dm b/code/modules/events/grubinfestation_vr.dm index cbd2188d80..c79312cc6f 100644 --- a/code/modules/events/grubinfestation_vr.dm +++ b/code/modules/events/grubinfestation_vr.dm @@ -12,7 +12,7 @@ for(var/obj/machinery/atmospherics/unary/vent_pump/temp_vent in machines) //CHOMPEdit: Added a couple areas to the exclusion. - if(istype(get_area(temp_vent), /area/crew_quarters/sleep && /area/hallway/secondary/entry && /area/surface/outpost/main/dorms/dorm_1)) + if(istype(get_area(temp_vent), /area/crew_quarters/sleep && /area/surface/outpost/main/dorms/dorm_1)) continue if(!temp_vent.welded && temp_vent.network && temp_vent.loc.z in using_map.station_levels) if(temp_vent.network.normal_members.len > 50)