From 9e3030a7408f6c991cdd48f6219b7ccef37c34aa Mon Sep 17 00:00:00 2001 From: TDSSS <32099540+TDSSS@users.noreply.github.com> Date: Thu, 6 Jun 2019 17:26:41 +0200 Subject: [PATCH] Lets admins fax the syndies. --- code/modules/admin/topic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 224f07d4277..c772e681855 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -2158,7 +2158,7 @@ var/obj/item/paper/P = new /obj/item/paper(null) //hopefully the null loc won't cause trouble for us if(!fax) - var/list/departmentoptions = alldepartments + "All Departments" + var/list/departmentoptions = alldepartments + hidden_departments + "All Departments" destination = input(usr, "To which department?", "Choose a department", "") as null|anything in departmentoptions if(!destination) qdel(P)