mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Merge pull request #2512 from redstryker/TimeToBeEdgy
Ripped Jeans (And White Shorts)
This commit is contained in:
@@ -6,26 +6,51 @@
|
||||
gender = PLURAL
|
||||
body_parts_covered = LOWER_TORSO|LEGS
|
||||
|
||||
/obj/item/clothing/under/pants/ripped
|
||||
name = "ripped jeans"
|
||||
desc = "A nondescript pair of tough blue jeans with holes in them."
|
||||
icon_state = "jeansripped"
|
||||
|
||||
/obj/item/clothing/under/pants/classicjeans
|
||||
name = "classic jeans"
|
||||
desc = "You feel cooler already."
|
||||
icon_state = "jeansclassic"
|
||||
|
||||
/obj/item/clothing/under/pants/classicjeans/ripped
|
||||
name = "ripped classic jeans"
|
||||
desc = "You feel cooler already. These have holes in them."
|
||||
icon_state = "jeansclassicripped"
|
||||
|
||||
/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/mustangjeans/ripped
|
||||
name = "ripped must hang jeans"
|
||||
desc = "Made in the finest space jeans factory this side of Alpha Centauri. These have holes in them."
|
||||
icon_state = "jeansmustangripped"
|
||||
|
||||
/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/blackjeans/ripped
|
||||
name = "ripped black jeans"
|
||||
desc = "Only for those who can pull it off. These have holes in them."
|
||||
icon_state = "jeansblackripped"
|
||||
|
||||
/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/greyjeans/ripped
|
||||
name = "ripped grey jeans"
|
||||
desc = "Only for those who can pull it off. These have holes in them."
|
||||
icon_state = "jeansgreyripped"
|
||||
|
||||
/obj/item/clothing/under/pants/youngfolksjeans
|
||||
name = "young folks jeans"
|
||||
desc = "For those tired of boring old jeans. Relive the passion of your youth!"
|
||||
|
||||
@@ -25,6 +25,10 @@
|
||||
name = "grey athletic shorts"
|
||||
icon_state = "greyshorts"
|
||||
|
||||
/obj/item/clothing/under/shorts/white
|
||||
name = "white shorts"
|
||||
icon_state = "whiteshorts"
|
||||
|
||||
/obj/item/clothing/under/shorts/jeans
|
||||
name = "jeans shorts"
|
||||
desc = "Some jeans! Just in short form!"
|
||||
|
||||
Reference in New Issue
Block a user