Jobbaned Roles at poll_candidates (#23847)

This commit is contained in:
PhantornRU
2024-01-25 11:41:35 -06:00
committed by GitHub
parent 4777528c6e
commit 867da454c6
9 changed files with 9 additions and 9 deletions
+1 -1
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]?", 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]?", ROLE_SENTIENT, 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)