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")