diff --git a/code/datums/underwear/bottom.dm b/code/datums/underwear/bottom.dm index 7f91a186081..64d90f62b46 100644 --- a/code/datums/underwear/bottom.dm +++ b/code/datums/underwear/bottom.dm @@ -53,4 +53,8 @@ /datum/category_item/underwear/bottom/thong name = "Thong" icon_state = "thong" - has_color = TRUE \ No newline at end of file + has_color = TRUE + +/datum/category_item/underwear/bottom/fishnet_lower + name = "Fishnets" + icon_state = "fishnet_lower" \ No newline at end of file diff --git a/code/datums/underwear/top.dm b/code/datums/underwear/top.dm index 8640e77da90..044f10e7cbb 100644 --- a/code/datums/underwear/top.dm +++ b/code/datums/underwear/top.dm @@ -40,4 +40,16 @@ /datum/category_item/underwear/top/halterneck_bra name = "Halterneck bra" icon_state = "halterneck_bra" - has_color = TRUE \ No newline at end of file + has_color = TRUE + +/datum/category_item/underwear/top/fishnet_base + name = "Fishnet top" + icon_state = "fishnet_body" + +/datum/category_item/underwear/top/fishnet_sleeves + name = "Fishnet with sleeves" + icon_state = "fishnet_sleeves" + +/datum/category_item/underwear/top/fishnet_gloves + name = "Fishnet with gloves" + icon_state = "fishnet_gloves" \ No newline at end of file diff --git a/icons/mob/human.dmi b/icons/mob/human.dmi index 4ed82dd5ed2..4f14b81e3e5 100644 Binary files a/icons/mob/human.dmi and b/icons/mob/human.dmi differ