From fa4b2a7422320fa528f8a254b566037bb38d86ef Mon Sep 17 00:00:00 2001 From: Pyrotech Date: Sat, 7 Mar 2026 16:59:13 +0000 Subject: [PATCH] Added Lewd Underwear... because Lewd :P --- functions/wearablefunctions.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/wearablefunctions.js b/functions/wearablefunctions.js index 5afda94..2769091 100644 --- a/functions/wearablefunctions.js +++ b/functions/wearablefunctions.js @@ -204,12 +204,14 @@ let wearabletypes = [ { name: "Leather Bra", value: "bra_leather", colorable: true, category: "Undergarments" }, { name: "Latex Bra", value: "bra_latex", colorable: true, category: "Undergarments", uniqueColors: ["Starry", "Shadow"] }, { name: "Lacy Bra", value: "bra_lacy", colorable: true, category: "Undergarments" }, + { name: "Open Cup Bra", value: "bra_open", colorable: true, category: "Undergarments" }, { name: "Strapless Bra", value: "bra_strapless", colorable: true, category: "Undergarments" }, { name: "Leather Panties", value: "panties_leather", colorable: true, category: "Undergarments" }, { name: "Panties", value: "panties", colorable: true, category: "Undergarments" }, { name: "Latex Panties", value: "panties_latex", colorable: true, category: "Undergarments", uniqueColors: ["Starry", "Shadow"] }, { name: "Lacy Panties", value: "panties_lacy", colorable: true, category: "Undergarments" }, { name: "Side Tie Panties", value: "panties_sidetie", colorable: true, category: "Undergarments" }, + { name: "Crotchless Panties", value: "panties_crotchless", colorable: true, category: "Undergarments" }, { name: "Lingerie", value: "lingerie", colorable: true, category: "Undergarments" }, { name: "Royal Icing Lingerie", value: "lingerie_royalicing", colorable: false, category: "Undergarments" }, { name: "Nightie", value: "nightie", colorable: true, category: "Undergarments" },