Files
Aurora.3/code/__HELPERS/_global_objects.dm
Fluffy 7265630dde Turn more unmanaged global vars into GLOB (#20446)
Turned a ton of unmanaged globals into managed globals.
Refactored some UT output.
Removed some unused things, including vars.
Added a test to ensure people don't keep adding new unmanaged vars.
2025-02-17 23:34:02 +00:00

5 lines
265 B
Plaintext

//Gear tweaks and underwear.
GLOBAL_DATUM_INIT(gear_tweak_free_color_choice, /datum/gear_tweak/color, new())
GLOBAL_DATUM_INIT(gear_tweak_alpha_choice, /datum/gear_tweak/alpha, new())
GLOBAL_DATUM_INIT(global_underwear, /datum/category_collection/underwear, new())