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