Files
2023-04-15 20:26:20 -03:00

9 lines
269 B
Plaintext

/obj/item/clothing/under/Initialize(mapload)
. = ..()
if(!is_type_in_typecache(type, GLOB.skirt_peekable) && findlasttext("[type]", "skirt"))
LAZYSET(GLOB.skirt_peekable, type, TRUE)
/obj/item/clothing/under/Destroy()
QDEL_LIST(attached_accessories)
return ..()