From 15febb3e7fc1553e3dc938bda8bfd96ecbeaff82 Mon Sep 17 00:00:00 2001 From: Bone White Date: Fri, 9 Jan 2015 07:24:57 +0000 Subject: [PATCH] Fedora tip fix now shows to visible players --- code/modules/clothing/head/misc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index 7c9b8b27fde..4f07b12eb37 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -219,7 +219,7 @@ set category = "Object" set desc = "Show that CIS SCUM who's boss." - usr << "You tip your fedora" + usr.visible_message("[usr] tips their fedora.","You tip your fedora") /obj/item/clothing/head/fez name = "\improper fez"