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

This commit is contained in:
S34N
2024-01-26 20:12:20 +01:00
committed by GitHub
parent 3d29323107
commit 17a68e9242
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -166,7 +166,7 @@
var/question = "Do you want to play as [M.real_name ? M.real_name : M.name][M.job ? " ([M.job])" : ""]"
if(alert("Do you want to show the antag status?","Show antag status","Yes","No") == "Yes")
question += ", [M.mind?.special_role ? M.mind?.special_role : "No special role"]"
var/list/mob/dead/observer/candidates = SSghost_spawns.poll_candidates("[question]?", ROLE_GHOST, poll_time = 10 SECONDS, min_hours = minhours, source = M)
var/list/mob/dead/observer/candidates = SSghost_spawns.poll_candidates("[question]?", poll_time = 10 SECONDS, min_hours = minhours, source = M)
var/mob/dead/observer/theghost = null
if(length(candidates))