From 2cb4b85b4a8bfb517e861198f791139307aa645e Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Sat, 23 Jan 2016 12:34:01 -0600 Subject: [PATCH] Fixes hailer --- code/modules/clothing/masks/hailer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/masks/hailer.dm b/code/modules/clothing/masks/hailer.dm index ac3beecfb69..788155e9d61 100644 --- a/code/modules/clothing/masks/hailer.dm +++ b/code/modules/clothing/masks/hailer.dm @@ -165,7 +165,7 @@ phrase_text = "I am, the LAW!" phrase_sound = "dredd" - usr.visible_message("[usr]'s Compli-o-Nator: [phrase_text]") + usr.audible_message("[usr]'s Compli-o-Nator: [phrase_text]") playsound(src.loc, "sound/voice/complionator/[phrase_sound].ogg", 100, 0, 4) cooldown = world.time cooldown_special = world.time