Merge pull request #2512 from redstryker/TimeToBeEdgy

Ripped Jeans (And White Shorts)
This commit is contained in:
Anewbe
2016-09-21 17:18:17 -05:00
committed by GitHub
4 changed files with 29 additions and 0 deletions
+25
View File
@@ -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!"
+4
View File
@@ -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!"