diff --git a/modular_nova/master_files/icons/mob/clothing/underwear.dmi b/modular_nova/master_files/icons/mob/clothing/underwear.dmi index de3f59856e6..cec753b3e16 100644 Binary files a/modular_nova/master_files/icons/mob/clothing/underwear.dmi and b/modular_nova/master_files/icons/mob/clothing/underwear.dmi differ diff --git a/modular_nova/modules/customization/modules/mob/dead/new_player/sprite_accessories/underwear/bras.dm b/modular_nova/modules/customization/modules/mob/dead/new_player/sprite_accessories/underwear/bras.dm index 717859c1d6d..29edb2ce7fe 100644 --- a/modular_nova/modules/customization/modules/mob/dead/new_player/sprite_accessories/underwear/bras.dm +++ b/modular_nova/modules/customization/modules/mob/dead/new_player/sprite_accessories/underwear/bras.dm @@ -85,7 +85,6 @@ /datum/sprite_accessory/bra/bra_kinky name = "Bra - Lingerie" icon_state = "bra_kinky" - use_static = TRUE /datum/sprite_accessory/bra/bra_commie name = "Bra - Commie" @@ -148,7 +147,6 @@ /datum/sprite_accessory/bra/chastbra name = "Bra - Chastity" icon_state = "chastbra" - use_static = TRUE erp_accessory = TRUE /datum/sprite_accessory/bra/pasties diff --git a/modular_nova/modules/customization/modules/mob/dead/new_player/sprite_accessories/underwear/socks.dm b/modular_nova/modules/customization/modules/mob/dead/new_player/sprite_accessories/underwear/socks.dm index 76bbb1e8827..f82f157e7ce 100644 --- a/modular_nova/modules/customization/modules/mob/dead/new_player/sprite_accessories/underwear/socks.dm +++ b/modular_nova/modules/customization/modules/mob/dead/new_player/sprite_accessories/underwear/socks.dm @@ -60,7 +60,7 @@ /datum/sprite_accessory/socks/leggings/stirrups/gym name = "Thigh-high Stirrups (black with stripe)" - icon_state = "leggings-stir-black" + icon_state = "leggings_black-stir" /datum/sprite_accessory/socks/bee_thigh name = "Thigh-high - Bee (Old)" @@ -164,3 +164,24 @@ name = "Socks - Latex" icon_state = "socks_latex" erp_accessory = TRUE + +/datum/sprite_accessory/socks/thigh_m + name = "Thigh-high Socks - Shaded" + icon_state = "socks_thigh_m" + use_static = FALSE + +/datum/sprite_accessory/socks/socks_knee_m + name = "Knee High Socks - Shaded" + icon_state = "socks_knee_m" + use_static = FALSE + + +/datum/sprite_accessory/socks/leggings/gym + name = "Thigh-highs (black with stripe)" + icon_state = "leggings_black" + use_static = TRUE + +/datum/sprite_accessory/socks/ripped_thigh + name = "Ripped Black Thigh-highs" + icon_state = "thigh_high_ripped" + use_static = TRUE diff --git a/modular_nova/modules/customization/modules/mob/dead/new_player/sprite_accessories/underwear/underwear.dm b/modular_nova/modules/customization/modules/mob/dead/new_player/sprite_accessories/underwear/underwear.dm index f874410be4d..11474cdd790 100644 --- a/modular_nova/modules/customization/modules/mob/dead/new_player/sprite_accessories/underwear/underwear.dm +++ b/modular_nova/modules/customization/modules/mob/dead/new_player/sprite_accessories/underwear/underwear.dm @@ -117,7 +117,6 @@ name = "Panties - Lingerie" icon_state = "panties_kinky" gender = FEMALE - use_static = TRUE /datum/sprite_accessory/underwear/female_commie name = "Panties - Commie" @@ -204,7 +203,6 @@ /datum/sprite_accessory/underwear/chastbelt name = "Chastity Belt" icon_state = "chastbelt" - use_static = TRUE erp_accessory = TRUE /datum/sprite_accessory/underwear/chastcage