@@ -573,13 +573,13 @@ The room containing all the clothes and accessories you have available to dress
...
@@ -573,13 +573,13 @@ The room containing all the clothes and accessories you have available to dress
<p>
<p>
<div>
<div>
<<if $boughtItem.toys.dildos == 0>>
<<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]]
You are well stocked with extra long dildos in a variety of sizes, as well as a good amount of bullet vibrators.
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">
<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]]
You are well stocked with attachments that allow dildos to vibrate.
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
...
@@ -599,7 +599,7 @@ The room containing all the clothes and accessories you have available to dress
<div>
<div>
<<if $boughtItem.toys.buttPlugs == 0>>
<<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]]