mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
eb0efbf2ef
The grey jeans are the black jeans sprite (which are grey...) The black jeans are now darker! But they still look different from black pants. The black shorts have had their side-sprites darkened so they look black, not grey, and match the front/back view better. The new grey variants keep those grey sides and have grey back and fronts too.
68 lines
1.9 KiB
Plaintext
68 lines
1.9 KiB
Plaintext
/obj/item/clothing/under/pants
|
|
gender = PLURAL
|
|
body_parts_covered = LOWER_TORSO|LEGS
|
|
|
|
/obj/item/clothing/under/pants/classicjeans
|
|
name = "classic jeans"
|
|
desc = "You feel cooler already."
|
|
icon_state = "jeansclassic"
|
|
|
|
/obj/item/clothing/under/pants/mustangjeans
|
|
name = "Must Hang jeans"
|
|
desc = "Made in the finest space jeans factory this side of Alpha Centauri."
|
|
icon_state = "jeansmustang"
|
|
|
|
/obj/item/clothing/under/pants/blackjeans
|
|
name = "black jeans"
|
|
desc = "Only for those who can pull it off."
|
|
icon_state = "jeansblack"
|
|
|
|
/obj/item/clothing/under/pants/greyjeans
|
|
name = "grey jeans"
|
|
desc = "Only for those who can pull it off."
|
|
icon_state = "jeansgrey"
|
|
|
|
/obj/item/clothing/under/pants/youngfolksjeans
|
|
name = "Young Folks jeans"
|
|
desc = "For those tired of boring old jeans. Relive the passion of your youth!"
|
|
icon_state = "jeansyoungfolks"
|
|
|
|
/obj/item/clothing/under/pants/white
|
|
name = "white pants"
|
|
desc = "Plain white pants. Boring."
|
|
icon_state = "whitepants"
|
|
|
|
/obj/item/clothing/under/pants/red
|
|
name = "red pants"
|
|
desc = "Bright red pants. Overflowing with personality."
|
|
icon_state = "redpants"
|
|
|
|
/obj/item/clothing/under/pants/black
|
|
name = "black pants"
|
|
desc = "These pants are dark, like your soul."
|
|
icon_state = "blackpants"
|
|
|
|
/obj/item/clothing/under/pants/tan
|
|
name = "tan pants"
|
|
desc = "Some tan pants. You look like a white collar worker with these on."
|
|
icon_state = "tanpants"
|
|
|
|
/obj/item/clothing/under/pants/track
|
|
name = "track pants"
|
|
desc = "A pair of track pants, for the athletic."
|
|
icon_state = "trackpants"
|
|
|
|
/obj/item/clothing/under/pants/jeans
|
|
name = "jeans"
|
|
desc = "A nondescript pair of tough blue jeans."
|
|
icon_state = "jeans"
|
|
|
|
/obj/item/clothing/under/pants/khaki
|
|
name = "khaki pants"
|
|
desc = "A pair of dust beige khaki pants."
|
|
icon_state = "khaki"
|
|
|
|
/obj/item/clothing/under/pants/camo
|
|
name = "camo pants"
|
|
desc = "A pair of woodland camouflage pants. Probably not the best choice for a space station."
|
|
icon_state = "camopants" |