This commit is contained in:
PJB3005
2016-03-27 23:45:00 +02:00
parent a237603f98
commit 8eb24bfec0
16 changed files with 23 additions and 21 deletions

View File

@@ -211,7 +211,7 @@ var/list/alldepartments = list("Central Command")
C << output(msg, "window1.msay_output")//if i get told to make this a proc imma be fuckin mad
else
to_chat(C, msg)
to_chat(C, 'sound/effects/fax.ogg')
C << 'sound/effects/fax.ogg'
proc/SendFax(var/sent, var/sentname, var/mob/Sender, var/dpt, var/centcomm)