From 52cc7786c09cb41d40bd987af4249864dfb0fd27 Mon Sep 17 00:00:00 2001 From: TullyBurnalot Date: Sat, 9 Jul 2016 01:27:34 +0100 Subject: [PATCH] - Replaced visible_message with atom_say What the title says --- code/modules/paperwork/photocopier.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/paperwork/photocopier.dm b/code/modules/paperwork/photocopier.dm index ff3b7b90b3a..4d0842a5b35 100644 --- a/code/modules/paperwork/photocopier.dm +++ b/code/modules/paperwork/photocopier.dm @@ -308,9 +308,8 @@ updateUsrDialog() return 0 else - visible_message("The Photocopier pings and a robotic voice speaks up:") playsound(loc, 'sound/machines/ping.ogg', 50, 0) - visible_message("Attention: Posterior Placed on Printing Plaque!") + atom_say("Attention: Posterior Placed on Printing Plaque!") return 1 /obj/item/device/toner