diff --git a/code/modules/clothing/masks/miscellaneous.dm b/code/modules/clothing/masks/miscellaneous.dm index d40262b728..88fbc98280 100644 --- a/code/modules/clothing/masks/miscellaneous.dm +++ b/code/modules/clothing/masks/miscellaneous.dm @@ -84,7 +84,7 @@ clothing_flags = ALLOWINTERNALS mutantrace_variation = STYLE_MUZZLE actions_types = list(/datum/action/item_action/adjust) - var/list/joymask_designs = list() + var/static/list/joymask_designs = list() /obj/item/clothing/mask/joy/Initialize(mapload)