diff --git a/src/uncategorized/wardrobe.tw b/src/uncategorized/wardrobe.tw index 4cbd5736ff2aa699d69a62f36f067f611d3791d8..90d798bfc61da9c524688411de19bda567b7e6d1 100644 --- a/src/uncategorized/wardrobe.tw +++ b/src/uncategorized/wardrobe.tw @@ -573,13 +573,13 @@ The room containing all the clothes and accessories you have available to dress <p> <div> <<if $boughtItem.toys.dildos == 0>> - [[Order a shipment of extra long dildos and bullet vibes|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.dildos = 1]] + [[Order a shipment of extra long dildos and bullet vibes|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.toys.dildos = 1]] <span class="detail">Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierTrade))>></span> <<else>> You are well stocked with extra long dildos in a variety of sizes, as well as a good amount of bullet vibrators. - <<if $boughtItem.clothing.smartVibes == 0>> + <<if $boughtItem.toys.smartVibes == 0>> <div class="indent"> - [[Order the "smart" variant of the bullet vibrators|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.smartVibes = 1]] + [[Order the "smart" variant of the bullet vibrators|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.toys.smartVibes = 1]] <span class="detail">Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>></span> </div> <<else>> @@ -590,7 +590,7 @@ The room containing all the clothes and accessories you have available to dress <div> <<if $boughtItem.toys.vaginalAttachments == 0>> - [[Order a shipment of vibrating dildo attachments|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.vaginalAttachments = 1]] + [[Order a shipment of vibrating dildo attachments|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.toys.vaginalAttachments = 1]] <span class="detail">Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierTrade))>></span> <<else>> You are well stocked with attachments that allow dildos to vibrate. @@ -599,7 +599,7 @@ The room containing all the clothes and accessories you have available to dress <div> <<if $boughtItem.toys.buttPlugs == 0>> - [[Order a shipment of extra long buttplugs|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.buttPlugs = 1]] + [[Order a shipment of extra long buttplugs|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.toys.buttPlugs = 1]] <span class="detail">Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierTrade))>></span> <<else>> You are well stocked with extra long buttplugs in a variety of sizes. @@ -608,7 +608,7 @@ The room containing all the clothes and accessories you have available to dress <div> <<if $boughtItem.toys.buttPlugTails == 0>> - [[Order a shipment of attachable tails|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.buttPlugTails = 1]] + [[Order a shipment of attachable tails|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.toys.buttPlugTails = 1]] <span class="detail">Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>></span> <<else>> You are well stocked with tails to attach to your buttplugs.