diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 3b550ffbb2c4..39e7452b9bf0 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -168,7 +168,7 @@ icon_state = "medicwebbing" item_state = "medicwebbing" custom_premium_price = 900 - supports_variations = KEPORI_VARIATION + supports_variations = KEPORI_VARIATION | VOX_VARIATION /obj/item/storage/belt/medical/ComponentInitialize() . = ..() @@ -448,7 +448,7 @@ icon_state = "militarywebbing" item_state = "militarywebbing" resistance_flags = FIRE_PROOF - supports_variations = KEPORI_VARIATION + supports_variations = KEPORI_VARIATION | VOX_VARIATION unique_reskin = list( "None" = "militarywebbing", diff --git a/code/modules/clothing/masks/breath.dm b/code/modules/clothing/masks/breath.dm index 98520a30b597..7fbb185f2667 100644 --- a/code/modules/clothing/masks/breath.dm +++ b/code/modules/clothing/masks/breath.dm @@ -49,4 +49,4 @@ desc = "A surprisingly advanced balaclava. While it doesn't muffle your voice, it has a mouthpiece for internals. Comfy to boot! This one is a variataion commonly used by the IRMG to protect it's members idenites." icon_state = "inteq_balaclava" item_state = "inteq_balaclava" - supports_variations = KEPORI_VARIATION + supports_variations = KEPORI_VARIATION | VOX_VARIATION diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index 021fad6c01e2..1e449fa21f0c 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -289,4 +289,4 @@ icon_state = "inteq_gas_mask" item_state = "inteq_gas_mask" resistance_flags = FIRE_PROOF | ACID_PROOF - supports_variations = KEPORI_VARIATION + supports_variations = KEPORI_VARIATION | VOX_VARIATION