finishing touches to the new clothing

This commit is contained in:
lukevale
2021-03-21 18:51:57 -05:00
parent cf48916d8d
commit 2039aa1f10
4 changed files with 13 additions and 1 deletions
@@ -57,6 +57,7 @@
/obj/item/clothing/neck/stole/black = 2,
/obj/item/clothing/under/polychromic/stripper = 3,
/obj/item/clothing/under/polychromic/bikini = 3,
/obj/item/clothing/under/polychromic/onepeice = 3,
/obj/item/clothing/under/polychromic/shortpants/pantsu = 3,
/obj/item/clothing/under/polychromic/bulge = 3,
/obj/item/clothing/suit/maidapron = 3,
@@ -220,4 +220,15 @@
primary_color = "#E1D6C9" //RGB in hexcode
secondary_color = "#FFFFFF"
hastertiary = FALSE
body_parts_covered= CHEST|GROIN
body_parts_covered= CHEST|GROIN
/obj/item/clothing/under/polychromic/onepeice
name = "polychromic swimsuit"
desc = "Perfect for summer, and those who want to have something with a bit more material."
icon_state = "onepeice"
item_color = "onepeice"
item_state = "rainbow"
primary_color = "#010052" //RGB in hexcode
secondary_color = "#eb7a7a"
tertiary_color = "#ffffff"
body_parts_covered = CHEST|GROIN
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB