From d25e85d5eafe769ccb7288d8414372337100bb3f Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Sun, 16 Jun 2019 11:47:06 +0200 Subject: [PATCH] SEND_SOUND instead of the olden way --- code/modules/admin/topic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 68fed1ba10a..85212b910c1 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -2003,7 +2003,7 @@ message_admins("[key_name_admin(usr)] despawned [H.job] [H] in cryo.") if(href_list["cryoafk"]) // Warn them if they are send to storage and are AFK to_chat(H, "The admins have moved you to cryo storage for being AFK. Please move out of cryostorage if you want to avoid being despawned.") - H << 'sound/effects/adminhelp.ogg' + SEND_SOUND(H, 'sound/effects/adminhelp.ogg') if(H.client) window_flash(H.client) else if(cryo_ssd(H))