owo what is this???

This commit is contained in:
Kabra_men
2020-07-11 11:36:59 -03:00
parent db69551756
commit 53aa5fb5e6
6 changed files with 24 additions and 2 deletions
@@ -54,7 +54,8 @@
/obj/item/clothing/shoes/highheels = 3,
/obj/item/clothing/under/polychromic/stripper = 3,
/obj/item/clothing/under/polychromic/bikini = 3,
/obj/item/clothing/under/polychromic/shortpants/pantsu = 3
/obj/item/clothing/under/polychromic/shortpants/pantsu = 3,
/obj/item/clothing/under/polychromic/bulge = 3
)
contraband = list(/obj/item/restraints/handcuffs/fake/kinky = 5,
/obj/item/clothing/neck/petcollar = 5,
@@ -21,6 +21,9 @@
new /obj/item/clothing/under/polychromic/shortpants/pantsu(src)
new /obj/item/clothing/under/polychromic/shortpants/pantsu(src)
new /obj/item/clothing/under/polychromic/shortpants/pantsu(src)
new /obj/item/clothing/under/polychromic/bulge(src)
new /obj/item/clothing/under/polychromic/bulge(src)
new /obj/item/clothing/under/polychromic/bulge(src)
new /obj/item/clothing/under/polychromic/bikini(src)
new /obj/item/clothing/under/polychromic/bikini(src)
new /obj/item/clothing/under/polychromic/bikini(src)
@@ -383,6 +383,11 @@
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/polychromic/shortpants/pantsu
/datum/gear/polybulge
name = "Polychromic Voluminous Thong"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/polychromic/bulge
/datum/gear/polybottomless
name = "Polychromic Bottomless Shirt"
category = SLOT_W_UNIFORM
@@ -173,6 +173,7 @@
icon_state = "polybikini"
item_color = "polybikini"
item_state = "rainbow"
hastertiary = FALSE
primary_color = "#808080" //RGB in hexcode
secondary_color = "#FFFFFF"
body_parts_covered = CHEST|GROIN
@@ -183,6 +184,18 @@
icon_state = "polystripper"
item_color = "polystripper"
item_state = "rainbow"
hastertiary = FALSE
primary_color = "#808080" //RGB in hexcode
secondary_color = "#FFFFFF"
body_parts_covered = CHEST|GROIN
body_parts_covered = CHEST|GROIN
/obj/item/clothing/under/polychromic/bulge
name = "polychromic voluminous thong"
desc = "What is this? Is there something hidden inside or is just to compensate the lack of?"
icon_state = "polybulge"
item_color = "polybulge"
item_state = "rainbow"
hastertiary = FALSE
primary_color = "#808080" //RGB in hexcode
secondary_color = "#FF3535"
body_parts_covered = GROIN
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 16 KiB