Simplify get_candidates, minor adjustment to antag ages

This commit is contained in:
Markolie
2015-02-12 19:09:05 +01:00
parent 2250aeddff
commit 3f80f66411
15 changed files with 41 additions and 79 deletions
@@ -74,7 +74,7 @@ var/const/ALIEN_AFK_BRACKET = 450 // 45 seconds
AttemptGrow()
/obj/item/alien_embryo/proc/AttemptGrow(var/gib_on_success = 1)
var/list/candidates = get_candidates(BE_ALIEN,ALIEN_AFK_BRACKET,"alien","Syndicate")
var/list/candidates = get_candidates(BE_ALIEN,ALIEN_AFK_BRACKET,1)
var/client/C = null
// To stop clientless larva, we will check that our host has a client