mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-23 21:27:23 +01:00
9 lines
269 B
Plaintext
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 ..()
|