Skip to content

Commit

Permalink
[MIRROR] changes up alot of the underwears to be better shaded, in pi…
Browse files Browse the repository at this point in the history
…ecemeal (#5231)

* changes up alot of the underwears to be better shaded, in piecemeal (#4648)

* Update socks.dm

* Update underwear.dm

* Update bras.dm

* Add files via upload

* Add files via upload

* Leggings icon_state path fix

* Update modular_nova/modules/customization/modules/mob/dead/new_player/sprite_accessories/underwear/socks.dm

---------

Co-authored-by: Bloop <[email protected]>

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

---------

Co-authored-by: RatFromTheJungle <[email protected]>
Co-authored-by: Bloop <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
4 people authored Dec 14, 2024
1 parent 09c8ad5 commit da6982d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
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

0 comments on commit da6982d

Please sign in to comment.