Merge pull request #6125 from Crazylemon64/spiders_non_xeno

Giant Spiders no longer clog up the Alien role channel
This commit is contained in:
Fox McCloud
2017-01-10 17:46:43 -05:00
committed by GitHub
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -201,7 +201,7 @@
if(player_spiders && !selecting_player)
selecting_player = 1
spawn()
var/list/candidates = pollCandidates("Do you want to play as a spider?", ROLE_ALIEN, 1)
var/list/candidates = pollCandidates("Do you want to play as a spider?", ROLE_GSPIDER, 1)
if(candidates.len)
var/mob/C = pick(candidates)