Skip to content

Commit

Permalink
fixes the variations
Browse files Browse the repository at this point in the history
  • Loading branch information
firebudgy committed Jan 23, 2025
1 parent c2fa372 commit c06bcff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/clothing/masks/breath.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion code/modules/clothing/masks/gasmask.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c06bcff

Please sign in to comment.