From a387647ad63e8bdea13dda3e568d49cac3f6559f Mon Sep 17 00:00:00 2001 From: Apogee-dev <60533805+Apogee-dev@users.noreply.github.com> Date: Sun, 20 Oct 2024 16:37:48 -0700 Subject: [PATCH] grammar --- code/modules/clothing/factions/ngr.dm | 2 +- code/modules/clothing/masks/breath.dm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/factions/ngr.dm b/code/modules/clothing/factions/ngr.dm index 0e7aae78ce05..2a3f65faf2c2 100644 --- a/code/modules/clothing/factions/ngr.dm +++ b/code/modules/clothing/factions/ngr.dm @@ -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' diff --git a/code/modules/clothing/masks/breath.dm b/code/modules/clothing/masks/breath.dm index c67f480b0219..6a4ce5e60bce 100644 --- a/code/modules/clothing/masks/breath.dm +++ b/code/modules/clothing/masks/breath.dm @@ -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"