From 097e5d45e1235f7cc083b74c8a04967ab11bac53 Mon Sep 17 00:00:00 2001 From: Kaomiyo <142894314+Kaomiyo@users.noreply.github.com> Date: Mon, 28 Aug 2023 21:56:34 +1000 Subject: [PATCH] Fixes Improper Description: HoP Dress Uniform (#22144) --- code/modules/clothing/under/jobs/civilian.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/under/jobs/civilian.dm b/code/modules/clothing/under/jobs/civilian.dm index 5a8dce60cc9..ef8bca04906 100644 --- a/code/modules/clothing/under/jobs/civilian.dm +++ b/code/modules/clothing/under/jobs/civilian.dm @@ -16,8 +16,8 @@ item_color = "hop" /obj/item/clothing/under/rank/civilian/head_of_personnel/dress - name = "head of personal's dress uniform" - desc = "Feminine fashion for the style conscious HoP." + name = "head of personnel's dress uniform" + desc = "Feminine fashion for the style conscious Head of Personnel." icon_state = "dress_hop" item_color = "dress_hop"