mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 11:05:16 +01:00
fix: ERT commander id (#94769)
## About The Pull Request ERT Commanders id cards now separated from Emergency Responce Team Intern one, also changed some code where probably should be commander cards(debug map, ert commander ofc and ert join button) ## Changelog 🆑 fix: ert commander card properly appear in game, no longer overriding basetype ert card /🆑
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
|
||||
var/list/spawn_points = GLOB.emergencyresponseteamspawn
|
||||
|
||||
var/list/mob/dead/observer/candidates = SSpolling.poll_ghost_candidates("Do you wish to be considered for [span_notice(ertemplate.polldesc)]?", check_jobban = "deathsquad", alert_pic = /obj/item/card/id/advanced/centcom/ert, role_name_text = "emergency response team")
|
||||
var/list/mob/dead/observer/candidates = SSpolling.poll_ghost_candidates("Do you wish to be considered for [span_notice(ertemplate.polldesc)]?", check_jobban = "deathsquad", alert_pic = /obj/item/card/id/advanced/centcom/ert/commander, role_name_text = "emergency response team")
|
||||
|
||||
if(!length(candidates))
|
||||
message_admins("[key_name_admin(owner)] tried to create a CentCom response team but [owner.p_they()] didn't find any candidates.")
|
||||
|
||||
Reference in New Issue
Block a user