diff --git a/code/datums/underwear/top.dm b/code/datums/underwear/top.dm index 044f10e7cb..4226799370 100644 --- a/code/datums/underwear/top.dm +++ b/code/datums/underwear/top.dm @@ -42,6 +42,11 @@ icon_state = "halterneck_bra" has_color = TRUE +/datum/category_item/underwear/top/tubetop + name = "Tube Top" + icon_state = "tubetop" + has_color = TRUE + /datum/category_item/underwear/top/fishnet_base name = "Fishnet top" icon_state = "fishnet_body" diff --git a/icons/mob/human.dmi b/icons/mob/human.dmi index 0c2d3ee596..e5d5532c23 100644 Binary files a/icons/mob/human.dmi and b/icons/mob/human.dmi differ