Revert "[FIX] Jobbaned Roles at poll_candidates" (#23927)

This commit is contained in:
S34N
2024-01-26 19:12:20 +00:00
committed by GitHub
parent 3d29323107
commit 17a68e9242
9 changed files with 9 additions and 9 deletions

View File

@@ -1995,7 +1995,7 @@
var/petchoice = input("Select pet type", "Pets") as null|anything in pets
if(isnull(petchoice))
return
var/list/mob/dead/observer/candidates = SSghost_spawns.poll_candidates("Play as the special event pet [H]?", ROLE_SENTIENT, poll_time = 20 SECONDS, min_hours = 10, source = petchoice)
var/list/mob/dead/observer/candidates = SSghost_spawns.poll_candidates("Play as the special event pet [H]?", poll_time = 20 SECONDS, min_hours = 10, source = petchoice)
var/mob/dead/observer/theghost = null
if(candidates.len)
var/mob/living/simple_animal/pet/P = new petchoice(H.loc)