From 68e9e5d9249db33ec721ab7f6ff1b886e9cd3a20 Mon Sep 17 00:00:00 2001 From: Lethal Ghost Date: Tue, 13 Aug 2013 23:31:55 +0600 Subject: [PATCH] Very very old bug. From Russia with love --- code/modules/mob/living/carbon/human/inventory.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/inventory.dm b/code/modules/mob/living/carbon/human/inventory.dm index 0aa332dc1b6..8e5938fffdf 100644 --- a/code/modules/mob/living/carbon/human/inventory.dm +++ b/code/modules/mob/living/carbon/human/inventory.dm @@ -376,7 +376,7 @@ message = "\red [source] fails to take off \a [target.wear_mask] from [target]'s head!" return else - message = "\red [source] is trying to take off \a [source.wear_mask] from [target]'s head!" + message = "\red [source] is trying to take off \a [target.wear_mask] from [target]'s head!" if("l_hand") message = "\red [source] is trying to take off \a [target.l_hand] from [target]'s left hand!" if("r_hand")