mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
+CCIAA bugs
Fixes the following: * CCIA Agent access on CC * CCIAAs can now see faxes * Sent faxes are saved properly * "Send New Fax" hyperlink works, from the check-fax-history menu
This commit is contained in:
@@ -1413,9 +1413,15 @@
|
||||
return
|
||||
|
||||
else if(href_list["CentcommFaxReply"])
|
||||
var/obj/machinery/photocopier/faxmachine/fax = locate(href_list["CentcommFaxReply"])
|
||||
|
||||
create_admin_fax(fax.department)
|
||||
var/department = null
|
||||
if (href_list["faxMachine"])
|
||||
var/obj/machinery/photocopier/faxmachine/fax = locate(href_list["faxMachine"])
|
||||
department = fax.department
|
||||
else
|
||||
department = input("Choose the target department.", "Target Department", null) in alldepartments
|
||||
|
||||
create_admin_fax(department)
|
||||
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user