mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-15 01:32:22 +01:00
10 lines
340 B
Plaintext
10 lines
340 B
Plaintext
GLOBAL_LIST_EMPTY(cosmetic_heads)
|
|
GLOBAL_LIST_EMPTY(cosmetic_chests)
|
|
GLOBAL_LIST_EMPTY(cosmetic_arms)
|
|
GLOBAL_LIST_EMPTY(cosmetic_legs)
|
|
|
|
/proc/init_cosmetic_parts(datum/cosmetic_part/type, list/global_list)
|
|
for(var/subtype in subtypesof(type))
|
|
var/datum/cosmetic_part/part = new subtype()
|
|
global_list[part.id] = part
|
|
return global_list |