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
@@ -63,7 +63,7 @@ GLOBAL_LIST_EMPTY(ert_request_messages)
GLOB.active_team.cyborg_security_permitted = cyborg_security
GLOB.send_emergency_team = TRUE
var/list/ert_candidates = shuffle(SSghost_spawns.poll_candidates("Join the Emergency Response Team?", ROLE_ERT, GLOB.responseteam_age, 45 SECONDS, TRUE, GLOB.role_playtime_requirements[ROLE_ERT]))
var/list/ert_candidates = shuffle(SSghost_spawns.poll_candidates("Join the Emergency Response Team?",, GLOB.responseteam_age, 45 SECONDS, TRUE, GLOB.role_playtime_requirements[ROLE_ERT]))
if(!length(ert_candidates))
GLOB.active_team.cannot_send_team()
GLOB.send_emergency_team = FALSE