From 081e22a651249f3643217dc37871f40e6cc406cc Mon Sep 17 00:00:00 2001 From: President of Shit PRS <68369681+squib-bot@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:28:35 +0000 Subject: [PATCH] Updated Names --- code/datums/underwear/bottom.dm | 2 +- code/datums/underwear/socks.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/underwear/bottom.dm b/code/datums/underwear/bottom.dm index 49866669d37..3458c6bab2c 100644 --- a/code/datums/underwear/bottom.dm +++ b/code/datums/underwear/bottom.dm @@ -70,6 +70,6 @@ has_color = TRUE /datum/category_item/underwear/bottom/thinpanties - name = "Thin Panties" + name = "Panties, Thin" icon_state = "thinpanties" has_color = TRUE \ No newline at end of file diff --git a/code/datums/underwear/socks.dm b/code/datums/underwear/socks.dm index 0960c5e2ee0..72803644dfb 100644 --- a/code/datums/underwear/socks.dm +++ b/code/datums/underwear/socks.dm @@ -187,5 +187,5 @@ icon_state = "trans_thigh" /datum/category_item/underwear/socks/rippedpantyhose - name = "Ripped Pantyhose" + name = "Pantyhose, Ripped" icon_state = "rippedpantyhose" \ No newline at end of file