From c96e164309868df3d41478826a22aeccf8d4d003 Mon Sep 17 00:00:00 2001 From: Jonttte1 <115930079+Jonttte1@users.noreply.github.com> Date: Tue, 25 Aug 2026 04:57:01 +0000 Subject: [PATCH] Grammar fixes for DS jumpsuit, harshsuits and Hawaiian shirts (#32396) --- code/modules/clothing/under/centcom.dm | 2 +- code/modules/clothing/under/jobs/cargo.dm | 6 +++--- code/modules/clothing/under/misc_jumpsuits.dm | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/code/modules/clothing/under/centcom.dm b/code/modules/clothing/under/centcom.dm index 22451bbd5fe..1e5450d7f61 100644 --- a/code/modules/clothing/under/centcom.dm +++ b/code/modules/clothing/under/centcom.dm @@ -20,7 +20,7 @@ /obj/item/clothing/under/rank/centcom/deathsquad name = "\improper Deathsquad jumpsuit" - desc = "It's decorative jumpsuit worn by the Deathsquad. A small tag at the bottom reads \"Not associated with Nanotrasen\". " + desc = "It's a decorative jumpsuit worn by the Deathsquad. A small tag at the bottom reads \"Not associated with Nanotrasen\". " icon_state = "deathsquad" inhand_icon_state = "bl_suit" random_sensor = FALSE diff --git a/code/modules/clothing/under/jobs/cargo.dm b/code/modules/clothing/under/jobs/cargo.dm index 548d42c103d..1bf10e7395a 100644 --- a/code/modules/clothing/under/jobs/cargo.dm +++ b/code/modules/clothing/under/jobs/cargo.dm @@ -73,18 +73,18 @@ /obj/item/clothing/under/rank/cargo/miner/lavaland name = "shaft miner's harshsuit" - desc = "It's an brown uniform with some padded armour for operating in hazardous environments." + desc = "It's a brown uniform with some padded armour for operating in hazardous environments." armor = list(MELEE = 5, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, RAD = 0, FIRE = 20, ACID = 20) icon_state = "explorer" /obj/item/clothing/under/rank/cargo/miner/lavaland/skirt name = "shaft miner's harshskirt" - desc = "It's an brown uniform with some padded armour for operating in hazardous environments while remaining pretty." + desc = "It's a brown uniform with some padded armour for operating in hazardous environments while remaining pretty." icon_state = "explorer_skirt" /obj/item/clothing/under/rank/cargo/miner/lavaland/overalls name = "shaft miner's overalls" - desc = "It's an dark purple turtleneck with a sturdy set of overalls. Sadly, doesn't have any extra pockets to carry some sandwiches. It is very dirty." + desc = "It's a dark purple turtleneck with a sturdy set of overalls. Sadly, doesn't have any extra pockets to carry some sandwiches. It is very dirty." icon_state = "explorer_overalls" /obj/item/clothing/under/rank/cargo/expedition diff --git a/code/modules/clothing/under/misc_jumpsuits.dm b/code/modules/clothing/under/misc_jumpsuits.dm index f539043b21e..4d9a07e0709 100644 --- a/code/modules/clothing/under/misc_jumpsuits.dm +++ b/code/modules/clothing/under/misc_jumpsuits.dm @@ -89,22 +89,22 @@ /obj/item/clothing/under/misc/redhawaiianshirt name = "red hawaiian shirt" - desc = "a floral shirt worn to most vacation destinations." + desc = "A floral shirt worn to most vacation destinations." icon_state = "hawaiianred" /obj/item/clothing/under/misc/pinkhawaiianshirt name = "pink hawaiian shirt" - desc = "a pink floral shirt the material feels cool and comfy." + desc = "A pink floral shirt. The material feels cool and comfy." icon_state = "hawaiianpink" /obj/item/clothing/under/misc/orangehawaiianshirt name = "orange hawaiian shirt" - desc = "a orange floral shirt for a relaxing day in space." + desc = "An orange floral shirt for a relaxing day in space." icon_state = "hawaiianorange" /obj/item/clothing/under/misc/bluehawaiianshirt name = "blue hawaiian shirt" - desc = "a blue floral shirt it has a oddly colored pink flower on it." + desc = "A blue floral shirt. It has an oddly colored pink flower on it." icon_state = "hawaiianblue" /obj/item/clothing/under/misc/durathread