Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIRROR] changes up alot of the underwears to be better shaded, in piecemeal #5231

Merged
merged 2 commits into from
Dec 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified modular_nova/master_files/icons/mob/clothing/underwear.dmi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
Loading