Added a cloak sprite sheet set for hooded Teshari cloaks.

This commit is contained in:
MistakeNot4892
2023-05-26 16:31:03 +10:00
parent e6bbee4984
commit f31303496f
@@ -1,9 +1,14 @@
// Placeholder to force Teshari cloaks to use sprite_sheets to avoid erroneous pixel shifting.
// Placeholders to force Teshari cloaks to use sprite_sheets to avoid erroneous pixel shifting.
/obj/item/clothing/suit/storage/teshari/Initialize()
. = ..()
if(. != INITIALIZE_HINT_QDEL)
if(. != INITIALIZE_HINT_QDEL && !LAZYACCESS(sprite_sheets, SPECIES_TESHARI))
LAZYSET(sprite_sheets, SPECIES_TESHARI, icon)
// End placeholder.
/obj/item/clothing/suit/storage/hooded/teshari/Initialize()
. = ..()
if(. != INITIALIZE_HINT_QDEL && !LAZYACCESS(sprite_sheets, SPECIES_TESHARI))
LAZYSET(sprite_sheets, SPECIES_TESHARI, icon)
// End placeholders.
// Standard Cloaks