diff --git a/code/modules/clothing/suits/aliens/teshari.dm b/code/modules/clothing/suits/aliens/teshari.dm index f776cee5bd..ef2caa148f 100644 --- a/code/modules/clothing/suits/aliens/teshari.dm +++ b/code/modules/clothing/suits/aliens/teshari.dm @@ -8,6 +8,11 @@ . = ..() if(. != INITIALIZE_HINT_QDEL) LAZYSET(sprite_sheets, SPECIES_TESHARI, icon) + +/obj/item/clothing/head/tesh_hood/Initialize() + . = ..() + if(. != INITIALIZE_HINT_QDEL) + LAZYSET(sprite_sheets, SPECIES_TESHARI, icon) // End placeholders. // Standard Cloaks