Merge pull request #14348 from squib-bot/clothes

Adds new Undergarment selections
This commit is contained in:
Heroman3003
2023-01-19 03:20:53 +00:00
committed by CHOMPStation2
parent c9cc75a83d
commit 0d71022b2a
4 changed files with 16 additions and 1 deletions
+5
View File
@@ -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
+4
View File
@@ -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"
+7 -1
View File
@@ -70,4 +70,10 @@
/datum/category_item/underwear/top/straplessbinder
name = "Binder Strapless"
icon_state = "straplessbinder_s"
icon_state = "straplessbinder_s"
/datum/category_item/underwear/top/onesleeve
name = "One Sleeve"
icon_state = "onesleeve"
has_color = TRUE
Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB