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