Giant Spiders no longer clog up the Alien role channel

This commit is contained in:
Crazylemon64
2017-01-09 13:38:34 -08:00
parent 15c9d7f84d
commit 66f2d40afa
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)