mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Revert "[FIX] Jobbaned Roles at poll_candidates" (#23927)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user