From 3ca0d326c98f16c254ab7664b482bcdf2a830865 Mon Sep 17 00:00:00 2001 From: Max-023 Date: Fri, 23 Aug 2024 18:11:32 -0400 Subject: [PATCH] Upper-Lowercase --- code/modules/clothing/masks/gasmask.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index ddbf00f0f1..a0a39f136e 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -32,13 +32,13 @@ item_state = "kutjevo_respirator" /obj/item/clothing/mask/gas/m5 - name = "\improper M5 Standalone Gasmask" + name = "\improper M5 standalone gasmask" desc = "The standard service gas mask of the USCM as part of a modernization program meant to replace the need for MOPP gear. This one is the alternative variant meant for Marines not in combat kit." icon_state = "m5_gasmask" item_state = "m5_gasmask" /obj/item/clothing/mask/gas/upp - name = "\improper PMK-63 Gasmask" + name = "\improper PMK-63 gasmask" desc = "The Union service mask issued to backline troops not prepared for combat." icon_state = "upp_gasmask" item_state = "upp_gasmask"