From 99739f48fe3be6110b86890d042223f3515adfd7 Mon Sep 17 00:00:00 2001 From: DragonTrance Date: Thu, 25 Mar 2021 23:00:58 -0700 Subject: [PATCH] screaming --- .../code/modules/antagonists/wendigo/mob/update_icons.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()