Makes physical admin fax machines possible

If there is a fax machine that's named like one of the admin
departments, which require mapping/admin varedits, it will also recive
the faxes send to admins.
This commit is contained in:
Mars
2018-03-19 16:11:56 +01:00
parent b7022aa24c
commit c98f303a89
+3
View File
@@ -304,6 +304,9 @@ var/list/alldepartments = list()
message_admins(sender, "CENTCOM FAX", destination, rcvdcopy, "#006100")
if("Syndicate")
message_admins(sender, "SYNDICATE FAX", destination, rcvdcopy, "#DC143C")
for(var/obj/machinery/photocopier/faxmachine/F in allfaxes)
if( F.department == destination )
F.receivefax(copyitem)
sendcooldown = cooldown_time
spawn(50)
visible_message("[src] beeps, \"Message transmitted successfully.\"")