new drip mf

This commit is contained in:
Burrito Justice
2023-02-09 23:10:44 -08:00
parent 1444784d2a
commit 6b6ecad162
24 changed files with 343 additions and 8 deletions
+5
View File
@@ -72,4 +72,9 @@
/datum/category_item/underwear/bottom/thinpanties
name = "Panties, Thin"
icon_state = "thinpanties"
has_color = TRUE
/datum/category_item/underwear/bottom/neko
name = "Panties, Neko"
icon_state = "panties_neko"
has_color = TRUE
+21 -1
View File
@@ -188,4 +188,24 @@
/datum/category_item/underwear/socks/rippedpantyhose
name = "Pantyhose, Ripped"
icon_state = "rippedpantyhose"
icon_state = "rippedpantyhose"
/datum/category_item/underwear/socks/stirrup
name = "Normal, stirrup"
icon_state = "socks_norm-stir"
has_color = TRUE
/datum/category_item/underwear/socks/stirrup_knee
name = "Knee, stirrup"
icon_state = "socks_knee-stir"
has_color = TRUE
/datum/category_item/underwear/socks/stirrup_thigh
name = "Thigh, stirrup"
icon_state = "socks_thigh-stir"
has_color = TRUE
/datum/category_item/underwear/socks/stirrup_thigh_black
name = "Black Stirrup Stockings"
icon_state = "leggings-stir-black"
has_color = TRUE
+14
View File
@@ -77,3 +77,17 @@
icon_state = "onesleeve"
has_color = TRUE
/datum/category_item/underwear/top/neko
name = "Neko bra"
icon_state = "bra_neko"
has_color = TRUE
/datum/category_item/underwear/top/tape
name = "Tape"
icon_state = "pasties_alt"
has_color = TRUE
/datum/category_item/underwear/top/sarashi
name = "Sarashi"
icon_state = "bandages"
has_color = TRUE
+20
View File
@@ -206,4 +206,24 @@
/datum/category_item/underwear/undershirt/dress_shirt
name = "Dress shirt, masculine"
icon_state = "undershirt_dress"
has_color = TRUE
/datum/category_item/underwear/undershirt/midriff
name = "Tanktop, midriff"
icon_state = "tank_midriff"
has_color = TRUE
/datum/category_item/underwear/undershirt/midriffshort
name = "Tanktop, midriff, short"
icon_state = "tank_midriff_short"
has_color = TRUE
/datum/category_item/underwear/undershirt/shibari
name = "Shibari Binding"
icon_state = "shibari"
has_color = TRUE
/datum/category_item/underwear/undershirt/leotard
name = "Leotard"
icon_state = "leotard"
has_color = TRUE