diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm
index b3980ebea37..3b7a84ac8a2 100644
--- a/code/modules/mob/living/living.dm
+++ b/code/modules/mob/living/living.dm
@@ -947,6 +947,7 @@
who.visible_message("[src] tries to remove [who]'s [what.name].", \
"[src] tries to remove your [what.name].", null, null, src)
to_chat(src, "You try to remove [who]'s [what.name]...")
+ log_combat(src, who, "started stripping [what] off")
what.add_fingerprint(src)
if(do_mob(src, who, what.strip_delay))
if(what && Adjacent(who))