i am thoroughly erect

This commit is contained in:
zerothebigboy
2022-08-14 21:58:48 -04:00
parent d7154099db
commit 44275e7493
7 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -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"
+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,
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