Merge pull request #3025 from Crazylemon64/infinite_antags

Infinite antag tags
This commit is contained in:
Fox McCloud
2015-12-30 13:52:41 -05:00
53 changed files with 1726 additions and 2130 deletions
+1 -1
View File
@@ -198,7 +198,7 @@
S.faction = faction
S.master_commander = master_commander
if(player_spiders)
var/list/candidates = get_candidates(BE_ALIEN, ALIEN_AFK_BRACKET)
var/list/candidates = get_candidates(ROLE_ALIEN, ALIEN_AFK_BRACKET)
var/client/C = null
if(candidates.len)