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" },