Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Apogee-dev committed Oct 20, 2024
1 parent bd24749 commit a387647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/modules/clothing/factions/ngr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@

/obj/item/clothing/mask/breath/balaclava/ngr
name = "NGR combat balaclava"
desc = "A surprisingly advanced balaclava. while it doesn't muffle your voice it has a miniature rebreather for internals. Comfy to boot! This version is commonly used by the soldiers of the New Gorlex Republic to protect against sandstorms."
desc = "A surprisingly advanced balaclava. While it doesn't muffle your voice, it has a mouthpiece for internals. Comfy to boot! This version is commonly used by the soldiers of the New Gorlex Republic to protect against sandstorms."
icon_state = "ngr_balaclava"
item_state = "ngr_balaclava"
icon = 'icons/obj/clothing/faction/ngr/mask.dmi'
Expand Down
4 changes: 2 additions & 2 deletions code/modules/clothing/masks/breath.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@

/obj/item/clothing/mask/breath/balaclava
name = "combat balaclava"
desc = "A surprisingly advanced balaclava. while it doesn't muffle your voice, it has a miniature rebreather for internals. Comfy to boot!"
desc = "A surprisingly advanced balaclava. While it doesn't muffle your voice, it has a mouthpiece for internals. Comfy to boot!"
icon_state = "combat_balaclava"
item_state = "combat_balaclava"
alternate_worn_layer = BODY_LAYER
flags_inv = HIDEFACIALHAIR|HIDEFACE|HIDEEARS|HIDEHAIR

/obj/item/clothing/mask/breath/balaclava/inteq
desc = "A surprisingly advanced balaclava. while it doesn't muffle your voice, it has a miniature rebreather for internals. Comfy to boot! This one is a variataion commonly used by the IRMG to protect it's members idenites."
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"

0 comments on commit a387647

Please sign in to comment.