diff --git a/code/modules/clothing/suits/hood.dm b/code/modules/clothing/suits/hood.dm index 7e2307c96b4..c784306cf66 100644 --- a/code/modules/clothing/suits/hood.dm +++ b/code/modules/clothing/suits/hood.dm @@ -31,6 +31,8 @@ ..() /obj/item/clothing/suit/hooded/proc/RemoveHood() + if(isnull(hood)) + return icon_state = "[initial(icon_state)]" suit_adjusted = 0 if(ishuman(hood.loc))