From 2c0ffca75c85ea1c8c627b10e13da9fc5c6ef39a Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 25 Mar 2021 14:26:18 +0100 Subject: [PATCH] Update miscellaneous.dm --- code/modules/clothing/masks/miscellaneous.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)