Merge pull request #15786 from zeroisthebiggay/booty

the sexy workout shorts
This commit is contained in:
Lin
2022-08-21 01:08:36 +00:00
committed by GitHub
7 changed files with 19 additions and 5 deletions
+2 -2
View File
@@ -46,14 +46,14 @@
desc = "Some tan pants. You look like a white collar worker with these on."
icon_state = "tanpants"
/obj/item/clothing/under/pants/polypants/polychromic
/obj/item/clothing/under/pants/polypants
name = "polychromic pants"
desc = "Some stylish pair of pants made from polychrome."
icon_state = "polypants"
item_state = "polypants"
var/list/poly_colors = list("#75634F", "#3D3D3D", "#575757")
/obj/item/clothing/under/pants/polypants/polychromic/ComponentInitialize()
/obj/item/clothing/under/pants/polypants/ComponentInitialize()
. = ..()
AddElement(/datum/element/polychromic, poly_colors, 3)
+7 -1
View File
@@ -43,6 +43,13 @@
. = ..()
AddElement(/datum/element/polychromic, poly_colors, 2)
/obj/item/clothing/under/shorts/polychromic/polyworkout
name = "polychromatic workout shorts"
desc = "Unnaturally scanty and provocative for anyone with a posterior larger than your average malnourished station secretary."
icon_state = "workout"
item_state = "rainbow"
poly_colors = list("#323232", "#FFFFFF")
/obj/item/clothing/under/shorts/polychromic/pantsu
name = "polychromic panties"
desc = "Topless striped panties. Now with 120% more polychrome!"
@@ -50,5 +57,4 @@
item_state = "rainbow"
body_parts_covered = GROIN
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON
poly_colors = list("#FFFFFF", "#8CC6FF")
+2 -1
View File
@@ -68,7 +68,8 @@
/obj/item/clothing/under/pants/black = 4,
/obj/item/clothing/under/pants/tan = 4,
/obj/item/clothing/under/pants/track = 3,
/obj/item/clothing/under/pants/polypants/polychromic = 4,
/obj/item/clothing/under/pants/polypants = 4,
/obj/item/clothing/under/shorts/polychromic/polyworkout = 4,
/obj/item/clothing/accessory/suitjacket = 2,
/obj/item/clothing/accessory/suitjacket/charcoal = 2,
/obj/item/clothing/accessory/suitjacket/navy = 2,