From 861975585508085701b99f2b73369a2cba82a2e4 Mon Sep 17 00:00:00 2001 From: Kabra_men <46802162+Kabramen@users.noreply.github.com> Date: Fri, 10 Jul 2020 03:48:53 -0300 Subject: [PATCH] panties to the kinkymate --- modular_citadel/code/game/machinery/vending.dm | 3 ++- .../code/modules/clothing/under/polychromic_clothes.dm | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modular_citadel/code/game/machinery/vending.dm b/modular_citadel/code/game/machinery/vending.dm index fe002159..cc2f9785 100644 --- a/modular_citadel/code/game/machinery/vending.dm +++ b/modular_citadel/code/game/machinery/vending.dm @@ -53,7 +53,8 @@ /obj/item/clothing/gloves/latexsleeves = 3, /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/bikini = 3, + /obj/item/clothing/under/polychromic/shortpants/pantsu = 3 ) contraband = list(/obj/item/restraints/handcuffs/fake/kinky = 5, /obj/item/clothing/neck/petcollar = 5, diff --git a/modular_citadel/code/modules/clothing/under/polychromic_clothes.dm b/modular_citadel/code/modules/clothing/under/polychromic_clothes.dm index 8a1d0767..caab1c2d 100644 --- a/modular_citadel/code/modules/clothing/under/polychromic_clothes.dm +++ b/modular_citadel/code/modules/clothing/under/polychromic_clothes.dm @@ -175,7 +175,6 @@ item_state = "rainbow" primary_color = "#808080" //RGB in hexcode secondary_color = "#FFFFFF" - tertiary_color = "#8CC6FF" body_parts_covered = CHEST|GROIN /obj/item/clothing/under/polychromic/stripper @@ -186,5 +185,4 @@ item_state = "rainbow" primary_color = "#808080" //RGB in hexcode secondary_color = "#FFFFFF" - tertiary_color = "#8CC6FF" body_parts_covered = CHEST|GROIN \ No newline at end of file