mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Deadchat ban option (#45789)
* adds deadchat ban option * makes deadchat use new ban type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user