From be0409a94a0f1f44331d4351e7d15201864cdcef Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Fri, 17 Apr 2020 19:58:57 +0200 Subject: [PATCH] Update toggles.dm --- code/modules/clothing/suits/toggles.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/toggles.dm b/code/modules/clothing/suits/toggles.dm index c1aaa7e7b0..639f2d3bfb 100644 --- a/code/modules/clothing/suits/toggles.dm +++ b/code/modules/clothing/suits/toggles.dm @@ -49,7 +49,7 @@ /obj/item/clothing/suit/hooded/update_icon_state() icon_state = "[initial(icon_state)]" if(ishuman(hood.loc)) - var/mob/living/human/H = hood.loc + var/mob/living/carbon/human/H = hood.loc if(H.head == hood) icon_state += "_t"