mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
Merge pull request #5135 from TheGreatKitsune/share-the-pain
Share the fax sound with the sender
This commit is contained in:
@@ -256,6 +256,7 @@ var/list/adminfaxes = list() //cache for faxes that have been sent to admins
|
||||
if(check_rights((R_ADMIN|R_MOD|R_EVENT),0,C))
|
||||
to_chat(C,msg)
|
||||
C << 'sound/machines/printer.ogg'
|
||||
sender.client << 'sound/machines/printer.ogg' //CHOMPEdit - The pain must be felt
|
||||
|
||||
// VoreStation Edit Start
|
||||
var/faxid = export_fax(sent)
|
||||
|
||||
Reference in New Issue
Block a user