Skip to content

Commit

Permalink
Upper-Lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-023 committed Aug 23, 2024
1 parent 6fa911e commit 3ca0d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/masks/gasmask.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3ca0d32

Please sign in to comment.