mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-25 22:28:00 +01:00
Reverts apparently broken sprite_sheets checking on tesh cloaks.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
// 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 && !LAZYACCESS(sprite_sheets, SPECIES_TESHARI))
|
||||
if(. != INITIALIZE_HINT_QDEL)
|
||||
LAZYSET(sprite_sheets, SPECIES_TESHARI, icon)
|
||||
|
||||
/obj/item/clothing/suit/storage/hooded/teshari/Initialize()
|
||||
. = ..()
|
||||
if(. != INITIALIZE_HINT_QDEL && !LAZYACCESS(sprite_sheets, SPECIES_TESHARI))
|
||||
if(. != INITIALIZE_HINT_QDEL)
|
||||
LAZYSET(sprite_sheets, SPECIES_TESHARI, icon)
|
||||
// End placeholders.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user