Fix alien observer picking

This commit is contained in:
Markolie
2015-01-10 23:44:53 +01:00
parent 31fa043343
commit 04ab12bdb3
6 changed files with 14 additions and 77 deletions
+1 -1
View File
@@ -181,7 +181,7 @@
if(temp_vent.network.normal_members.len > 50) // Stops Aliens getting stuck in small networks. See: Security, Virology
vents += temp_vent
var/list/candidates = get_alien_candidates()
var/list/candidates = get_candidates(BE_ALIEN, ALIEN_AFK_BRACKET)
if(prob(40)) spawncount++ //sometimes, have two larvae spawn instead of one
while((spawncount >= 1) && vents.len && candidates.len)