powder that makes you say yes

This commit is contained in:
Nadyr
2021-05-27 19:51:16 -04:00
committed by GitHub
parent 9bf9a05302
commit d633ff40e6

View File

@@ -15,16 +15,8 @@
var/in_area = get_area(temp_vent)
if(istype(in_area, /area/crew_quarters/sleep) || istype(in_area, /area/hallway/secondary/entry))
continue
<<<<<<< HEAD
if(!temp_vent.welded && temp_vent.network && temp_vent.loc.z in using_map.station_levels)
if(temp_vent.network.normal_members.len > 10) //CHOMP Edit: Most our networks are 40. SM is 4 and toxins is 2. This needed to change in order to spawn.
||||||| parent of da4837903c... Merge pull request #10433 from VOREStation/upstream-merge-8085
if(!temp_vent.welded && temp_vent.network && temp_vent.loc.z in using_map.station_levels)
if(temp_vent.network.normal_members.len > 50)
=======
if(!temp_vent.welded && temp_vent.network && (temp_vent.loc.z in using_map.station_levels))
if(temp_vent.network.normal_members.len > 50)
>>>>>>> da4837903c... Merge pull request #10433 from VOREStation/upstream-merge-8085
if(temp_vent.network.normal_members.len > 10) //CHOMP Edit: Most our networks are 40. SM is 4 and toxins is 2. This needed to change in order to spawn.
vents += temp_vent
/datum/event/grub_infestation/announce()