i am thoroughly erect
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
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"
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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,
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 487 KiB After Width: | Height: | Size: 488 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 314 KiB After Width: | Height: | Size: 314 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 141 KiB |
@@ -172,11 +172,18 @@
|
||||
|
||||
/datum/gear/uniform/pants/polypants
|
||||
name = "Polychromic Pants"
|
||||
path = /obj/item/clothing/under/pants/polypants/polychromic
|
||||
path = /obj/item/clothing/under/pants/polypants
|
||||
cost = 2
|
||||
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
|
||||
loadout_initial_colors = list("#75634F", "#3D3D3D", "#575757")
|
||||
|
||||
/datum/gear/uniform/pants/workout
|
||||
name = "Polychromatic Workout Shorts"
|
||||
path = /obj/item/clothing/under/shorts/polychromic/polyworkout
|
||||
cost = 2
|
||||
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
|
||||
loadout_initial_colors = list("#323232", "#FFFFFF")
|
||||
|
||||
/datum/gear/uniform/pants/track
|
||||
name = "Track Pants"
|
||||
path = /obj/item/clothing/under/pants/track
|
||||
|
||||
Reference in New Issue
Block a user