Merge pull request #44197 from kriskog/spamspamspam

Adds "Never for this round" to a few more ghost rolls.
This commit is contained in:
oranges
2019-06-02 09:35:35 +12:00
committed by GitHub
6 changed files with 20 additions and 5 deletions
@@ -299,7 +299,7 @@
break
if(!chosen_ghost) //Failing that, we grab a ghost
var/list/consenting_candidates = pollGhostCandidates("Would you like to play as a Shade?", "Cultist", null, ROLE_CULTIST, poll_time = 50)
var/list/consenting_candidates = pollGhostCandidates("Would you like to play as a Shade?", "Cultist", null, ROLE_CULTIST, 50, POLL_IGNORE_SHADE)
if(consenting_candidates.len)
chosen_ghost = pick(consenting_candidates)
if(!T)