diff --git a/code/datums/underwear/bottom.dm b/code/datums/underwear/bottom.dm index 944d373889..3458c6bab2 100644 --- a/code/datums/underwear/bottom.dm +++ b/code/datums/underwear/bottom.dm @@ -67,4 +67,9 @@ /datum/category_item/underwear/bottom/longjon name = "Long John Bottoms" icon_state = "ljonb" + has_color = TRUE + +/datum/category_item/underwear/bottom/thinpanties + 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 16465cfb61..72803644df 100644 --- a/code/datums/underwear/socks.dm +++ b/code/datums/underwear/socks.dm @@ -185,3 +185,7 @@ /datum/category_item/underwear/socks/trans_thigh name = "Trans Pride Thigh Socks" icon_state = "trans_thigh" + +/datum/category_item/underwear/socks/rippedpantyhose + name = "Pantyhose, Ripped" + icon_state = "rippedpantyhose" \ No newline at end of file diff --git a/code/datums/underwear/top.dm b/code/datums/underwear/top.dm index 28a17c3ab7..3811bf4fbd 100644 --- a/code/datums/underwear/top.dm +++ b/code/datums/underwear/top.dm @@ -70,4 +70,10 @@ /datum/category_item/underwear/top/straplessbinder name = "Binder Strapless" - icon_state = "straplessbinder_s" \ No newline at end of file + icon_state = "straplessbinder_s" + +/datum/category_item/underwear/top/onesleeve + name = "One Sleeve" + icon_state = "onesleeve" + has_color = TRUE + diff --git a/icons/mob/human.dmi b/icons/mob/human.dmi index e281001d1b..9a0255de62 100644 Binary files a/icons/mob/human.dmi and b/icons/mob/human.dmi differ