diff --git a/hyperstation/code/modules/antagonists/wendigo/mob/update_icons.dm b/hyperstation/code/modules/antagonists/wendigo/mob/update_icons.dm index d588d745..46a448d4 100644 --- a/hyperstation/code/modules/antagonists/wendigo/mob/update_icons.dm +++ b/hyperstation/code/modules/antagonists/wendigo/mob/update_icons.dm @@ -219,7 +219,7 @@ apply_overlay(NECK_LAYER) //HANDS -/mob/living/carbon/update_inv_hands() +/mob/living/carbon/wendigo/update_inv_hands() remove_overlay(HANDS_LAYER) if (handcuffed) drop_all_held_items()