diff --git a/code/modules/clothing/suits/storage.dm b/code/modules/clothing/suits/storage.dm index f5ab067c4d3..6ff1e9d3c34 100644 --- a/code/modules/clothing/suits/storage.dm +++ b/code/modules/clothing/suits/storage.dm @@ -67,6 +67,7 @@ /obj/item/clothing/suit/storage/toggle/robe/Initialize() if(hood && ispath(hood)) hood = new hood(src) + ..() /obj/item/clothing/suit/storage/toggle/robe/ui_action_click(mob/living/user, action_name) if(..())