From 29050d7be66e558796173b8b8a0a5e6cd145bee9 Mon Sep 17 00:00:00 2001 From: Thedragmeme <81540056+Draggeru@users.noreply.github.com> Date: Sun, 5 Nov 2023 00:00:33 -0600 Subject: [PATCH] Update code/modules/clothing/masks/breath.dm Co-authored-by: GenericDM <34109002+GenericDM@users.noreply.github.com> Signed-off-by: Thedragmeme <81540056+Draggeru@users.noreply.github.com> --- code/modules/clothing/masks/breath.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/masks/breath.dm b/code/modules/clothing/masks/breath.dm index a58ea5514d01..cc9fa39160f4 100644 --- a/code/modules/clothing/masks/breath.dm +++ b/code/modules/clothing/masks/breath.dm @@ -38,6 +38,6 @@ /obj/item/clothing/mask/breath/suns desc = "A close-fitting mask that covers JUST enough to connect an air supply" - name = "SUNS half face mask" + name = "\improper SUNS half face mask" icon_state = "suns_captainmask" item_state = "suns_captainmask"