Merge pull request #2495 from Citadel-Station-13/upstream-merge-30182

[MIRROR] Holoparasite prompts now have a "Never For This Round" option
This commit is contained in:
LetterJay
2017-08-28 08:46:19 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
@@ -490,7 +490,7 @@ GLOBAL_LIST_EMPTY(parasites) //all currently existing/living guardians
return
used = TRUE
to_chat(user, "[use_message]")
var/list/mob/dead/observer/candidates = pollGhostCandidates("Do you want to play as the [mob_name] of [user.real_name]?", ROLE_PAI, null, FALSE, 100)
var/list/mob/dead/observer/candidates = pollGhostCandidates("Do you want to play as the [mob_name] of [user.real_name]?", ROLE_PAI, null, FALSE, 100, POLL_IGNORE_HOLOPARASITE)
var/mob/dead/observer/theghost = null
if(candidates.len)