Adds jobban support to syndicate borg

Adds jobban and pref checking to various events
Adds support for alien jobbans
Adds feedback to alien infestation event.
This commit is contained in:
Shadowlight213
2015-10-18 15:25:14 -07:00
parent a14ddb8ce2
commit 35ca96331e
8 changed files with 45 additions and 14 deletions
@@ -67,7 +67,7 @@ var/const/ALIEN_AFK_BRACKET = 450 // 45 seconds
/obj/item/organ/internal/body_egg/alien_embryo/proc/AttemptGrow(gib_on_success = 1)
if(!owner) return
var/list/candidates = get_candidates(BE_ALIEN, ALIEN_AFK_BRACKET)
var/list/candidates = get_candidates(BE_ALIEN, ALIEN_AFK_BRACKET, "alien candidate")
var/client/C = null
// To stop clientless larva, we will check that our host has a client