diff --git a/code/modules/clothing/head/_head.dm b/code/modules/clothing/head/_head.dm index f8ef7f563ec51..ac8d8c869dfa4 100644 --- a/code/modules/clothing/head/_head.dm +++ b/code/modules/clothing/head/_head.dm @@ -73,7 +73,7 @@ strip_delay = initial(strip_delay) if(ishuman(user)) var/mob/living/carbon/human/H = user - if(H.head == user) + if(H.head == src) H.update_inv_head() /obj/item/clothing/head/Destroy()