Deadchat ban option (#45789)

* adds deadchat ban option

* makes deadchat use new ban type
This commit is contained in:
Jordie
2019-08-10 02:13:44 -07:00
committed by Rob Bailey
parent 9ae33b21ec
commit 2b05020317
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -239,7 +239,7 @@
output += "</div></div>"
//departments/groups that don't have command staff would throw a javascript error since there's no corresponding reference for toggle_head()
var/list/headless_job_lists = list("Silicon" = GLOB.nonhuman_positions,
"Abstract" = list("Appearance", "Emote", "OOC"))
"Abstract" = list("Appearance", "Emote", "Deadchat", "OOC"))
for(var/department in headless_job_lists)
output += "<div class='column'><label class='rolegroup [ckey(department)]'><input type='checkbox' name='[department]' class='hidden' [usr.client.prefs.tgui_fancy ? " onClick='toggle_checkboxes(this, \"_com\")'" : ""]>[department]</label><div class='content'>"
break_counter = 0