Skip to content

Commit

Permalink
fixy (#9859)
Browse files Browse the repository at this point in the history
  • Loading branch information
CydiaLamiales authored Sep 21, 2023
1 parent 3790b77 commit 55385c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/head/_head.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 55385c8

Please sign in to comment.