mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
merges civilian and service departments (#50142)
* merges the service and civilian departments * yee haw
This commit is contained in:
@@ -252,7 +252,7 @@
|
||||
"}
|
||||
break_counter++
|
||||
output += "</div></div>"
|
||||
var/list/long_job_lists = list("Civilian" = GLOB.civilian_positions,
|
||||
var/list/long_job_lists = list("Service" = GLOB.service_positions,
|
||||
"Ghost and Other Roles" = list(ROLE_BRAINWASHED, ROLE_DEATHSQUAD, ROLE_DRONE, ROLE_LAVALAND, ROLE_MIND_TRANSFER, ROLE_POSIBRAIN, ROLE_SENTIENCE),
|
||||
"Antagonist Positions" = list(ROLE_ABDUCTOR, ROLE_ALIEN, ROLE_BLOB,
|
||||
ROLE_BROTHER, ROLE_CHANGELING, ROLE_CULTIST,
|
||||
@@ -377,7 +377,7 @@
|
||||
if("server")
|
||||
roles_to_ban += "Server"
|
||||
if("role")
|
||||
href_list.Remove("Command", "Security", "Engineering", "Medical", "Science", "Supply", "Silicon", "Abstract", "Civilian", "Ghost and Other Roles", "Antagonist Positions") //remove the role banner hidden input values
|
||||
href_list.Remove("Command", "Security", "Engineering", "Medical", "Science", "Supply", "Silicon", "Abstract", "Service", "Ghost and Other Roles", "Antagonist Positions") //remove the role banner hidden input values
|
||||
if(href_list[href_list.len] == "roleban_delimiter")
|
||||
error_state += "Role ban was selected but no roles to ban were selected."
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user