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)