From 01d97b7585c54d3e432aede6a4fd6e6eb5d19207 Mon Sep 17 00:00:00 2001 From: MistakeNot4892 Date: Sun, 4 Jun 2023 09:24:32 +1000 Subject: [PATCH] Added sprite sheet setting for tesh hoods. --- code/modules/clothing/suits/aliens/teshari.dm | 5 +++++ 1 file changed, 5 insertions(+) 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