mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
new drip mf
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user