diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm
index 27f24b7902..93e9cd4da1 100755
--- a/code/game/machinery/computer/communications.dm
+++ b/code/game/machinery/computer/communications.dm
@@ -131,7 +131,6 @@
if(authenticated==2)
playsound(src, 'sound/machines/terminal_prompt.ogg', 50, 0)
make_announcement(usr)
- deadchat_broadcast("[usr.name] made an priority announcement.", usr)
if("crossserver")
if(authenticated==2)
@@ -701,6 +700,7 @@
if(!input || !user.canUseTopic(src))
return
SScommunications.make_announcement(user, is_silicon, input)
+ deadchat_broadcast("[user.name] made an priority announcement.", user)
/obj/machinery/computer/communications/proc/post_status(command, data1, data2)