From e1c1f0a99f251caa97f9d03d2ea9b7d4e5179ce6 Mon Sep 17 00:00:00 2001 From: Lzimann Date: Tue, 12 Jul 2016 10:31:29 -0300 Subject: [PATCH] Adds the missing comma --- code/modules/clothing/under/ties.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/under/ties.dm b/code/modules/clothing/under/ties.dm index 4a6d1145c61..e45cb72dd78 100644 --- a/code/modules/clothing/under/ties.dm +++ b/code/modules/clothing/under/ties.dm @@ -104,7 +104,7 @@ if(user == M) delay = 0 else - user.visible_message("[user] is trying to pin [src] on [M]'s chest." \ + user.visible_message("[user] is trying to pin [src] on [M]'s chest.", \ "You try to pin [src] on [M]'s chest.") if(do_after(user, delay, target = M)) if(U.attachTie(src, user, 0)) //Attach it, do not notify the user of the attachment