From 98bf5f0295f00fb1562dfd8ae99fd20c6a411a65 Mon Sep 17 00:00:00 2001 From: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> Date: Sat, 25 Jan 2025 15:45:07 -0500 Subject: [PATCH] fix (#28099) --- code/modules/clothing/head/helmet.dm | 2 +- code/modules/clothing/suits/armor_suits.dm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index da306356d12..2b30ef879d8 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -1,6 +1,6 @@ /obj/item/clothing/head/helmet name = "helmet" - desc = "A standard-issue protective helmet used by Nanotrasen corporate security. Provides light protection against most sources of damage." + desc = "A mass-produced protective helmet used by security personnel across the sector. Provides light protection against most sources of damage." icon_state = "helmetmaterials" w_class = WEIGHT_CLASS_NORMAL flags = HEADBANGPROTECT diff --git a/code/modules/clothing/suits/armor_suits.dm b/code/modules/clothing/suits/armor_suits.dm index db8fb8e2571..3ddf3ec98ae 100644 --- a/code/modules/clothing/suits/armor_suits.dm +++ b/code/modules/clothing/suits/armor_suits.dm @@ -16,8 +16,8 @@ w_class = WEIGHT_CLASS_NORMAL /obj/item/clothing/suit/armor/vest - name = "perfectly generic armor vest" - desc = "A perfectly generic armored vest. Every aspect of it is exceptionally boring. If you see this, make an issue report on GitHub." + name = "armor vest" + desc = "A mass-produced Level II soft armor vest that provides light protection against most sources of damage." sprite_sheets = list( "Grey" = 'icons/mob/clothing/species/grey/suit.dmi', "Vox" = 'icons/mob/clothing/species/vox/suit.dmi'