diff --git a/code/modules/clothing/suits/hooded.dm b/code/modules/clothing/suits/hooded.dm index aa7d1bf8fb..9efe8ab494 100644 --- a/code/modules/clothing/suits/hooded.dm +++ b/code/modules/clothing/suits/hooded.dm @@ -44,6 +44,7 @@ /obj/item/clothing/suit/storage/hooded/dropped() RemoveHood() + ..() /obj/item/clothing/suit/storage/hooded/proc/ToggleHood() if(!hood_up)