diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 7a057f2b826..1d1651d2ac9 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1728,7 +1728,7 @@ //SN src = null del(src) return - message = text("\red [] is trying perform CPR on []!", source, target) + message = text("\red [] is trying to perform CPR on []!", source, target) if("id") target.attack_log += text("\[[time_stamp()]\] Has had their ID removed by [source.name] ([source.ckey])") source.attack_log += text("\[[time_stamp()]\] Attempted to remove [target.name]'s ([target.ckey]) ID")