Skip to content
Snippets Groups Projects
Commit d3be8f39 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'Fix-wardrobe' into 'pregmod-master'

Fix wardrobe

See merge request pregmodfan/fc-pregmod!3944
parents 9e306df4 1472eb98
Branches
Tags
1 merge request!3944Fix wardrobe
...@@ -30,7 +30,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -30,7 +30,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if !isItemAccessible("a bunny outfit")>> <<if !isItemAccessible("a bunny outfit")>>
[[Order a shipment of bunny suits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx")), $clothesBoughtBunny = 1]] [[Order a shipment of bunny suits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtBunny = 1]]
//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with classic bunny suits and bowties. You are well stocked with classic bunny suits and bowties.
...@@ -149,7 +149,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -149,7 +149,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if !isItemAccessible("battlearmor")>> <<if !isItemAccessible("battlearmor")>>
[[Order a shipment of military themed clothing|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade), "capEx"), $clothesBoughtMilitary = 1]] [[Order a shipment of military themed clothing|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtMilitary = 1]]
//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with a variety of military themed garb. You are well stocked with a variety of military themed garb.
...@@ -157,7 +157,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -157,7 +157,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if !isItemAccessible("a dirndl")>> <<if !isItemAccessible("a dirndl")>>
[[Order a shipment of cultural outfits|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade), "capEx"), $clothesBoughtCultural = 1]] [[Order a shipment of cultural outfits|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtCultural = 1]]
//Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with a variety of signature outfits from a variety of countries. You are well stocked with a variety of signature outfits from a variety of countries.
...@@ -165,7 +165,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -165,7 +165,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if !isItemAccessible("a burqa")>> <<if !isItemAccessible("a burqa")>>
[[Order a shipment of burqas and similar garb|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade), "capEx"), $clothesBoughtMiddleEastern = 1]] [[Order a shipment of burqas and similar garb|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtMiddleEastern = 1]]
//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with a number of burqas and similar clothing. You are well stocked with a number of burqas and similar clothing.
...@@ -173,7 +173,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -173,7 +173,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if !isItemAccessible("jeans")>> <<if !isItemAccessible("jeans")>>
[[Order an extra large shipment of casual clothing|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade), "capEx"), $clothesBoughtCasual = 1]] [[Order an extra large shipment of casual clothing|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtCasual = 1]]
//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with casual clothing. You are well stocked with casual clothing.
...@@ -181,7 +181,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -181,7 +181,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if !isItemAccessible("a police uniform")>> <<if !isItemAccessible("a police uniform")>>
[[Order a shipment of professional garments|Wardrobe][cashX(forceNeg(Math.trunc(2500 * $upgradeMultiplierTrade), "capEx"), $clothesBoughtCareer = 1]] [[Order a shipment of professional garments|Wardrobe][cashX(forceNeg(Math.trunc(2500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtCareer = 1]]
//Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with selection of professional outfits. You are well stocked with selection of professional outfits.
...@@ -189,7 +189,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -189,7 +189,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if !isItemAccessible("a gothic lolita dress")>> <<if !isItemAccessible("a gothic lolita dress")>>
[[Order a shipment of professionally tailored dresses|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade), "capEx"), $clothesBoughtDresses = 1]] [[Order a shipment of professionally tailored dresses|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtDresses = 1]]
//Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with selection of fine dresses. You are well stocked with selection of fine dresses.
...@@ -197,7 +197,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -197,7 +197,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if !isItemAccessible("a cybersuit")>> <<if !isItemAccessible("a cybersuit")>>
[[Order a shipment of exotic bodysuits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade), "capEx"), $clothesBoughtBodysuits = 1]] [[Order a shipment of exotic bodysuits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtBodysuits = 1]]
//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with selection of bodysuits. You are well stocked with selection of bodysuits.
...@@ -205,7 +205,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -205,7 +205,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if !isItemAccessible("boyshorts")>> <<if !isItemAccessible("boyshorts")>>
[[Order a shipment of undergarments|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade), "capEx"), $clothesBoughtUnderwear = 1]] [[Order a shipment of undergarments|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtUnderwear = 1]]
//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with underwear. You are well stocked with underwear.
...@@ -213,7 +213,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -213,7 +213,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if !isItemAccessible("sport shorts and a sports bra")>> <<if !isItemAccessible("sport shorts and a sports bra")>>
[[Order a shipment of exercise wear|Wardrobe][cashX(forceNeg(Math.trunc(2500 * $upgradeMultiplierTrade), "capEx"), $clothesBoughtSports = 1]] [[Order a shipment of exercise wear|Wardrobe][cashX(forceNeg(Math.trunc(2500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtSports = 1]]
//Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with exercise wear. You are well stocked with exercise wear.
...@@ -221,7 +221,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -221,7 +221,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if !isItemAccessible("a one-piece swimsuit")>> <<if !isItemAccessible("a one-piece swimsuit")>>
[[Order a shipment of swimwear|Wardrobe][cashX(forceNeg(Math.trunc(3500 * $upgradeMultiplierTrade), "capEx"), $clothesBoughtSwimwear = 1]] [[Order a shipment of swimwear|Wardrobe][cashX(forceNeg(Math.trunc(3500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtSwimwear = 1]]
//Costs <<print cashFormat(Math.trunc(3500 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(3500 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with swimwear. You are well stocked with swimwear.
...@@ -229,7 +229,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -229,7 +229,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if !isItemAccessible("a nice pony outfit")>> <<if !isItemAccessible("a nice pony outfit")>>
[[Order a shipment of specialized latex ponygirl outfits|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade), "capEx"), $clothesBoughtPony = 1]] [[Order a shipment of specialized latex ponygirl outfits|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtPony = 1]]
//Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with ponygirl bodysuits. You are well stocked with ponygirl bodysuits.
...@@ -237,7 +237,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -237,7 +237,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if !isItemAccessible("a schutzstaffel uniform")>> <<if !isItemAccessible("a schutzstaffel uniform")>>
[[Order a shipment of politically incorrect clothing|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade), "capEx"), $clothesBoughtPol = 1]] [[Order a shipment of politically incorrect clothing|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtPol = 1]]
//Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with a selection of outfits once considered distasteful. You are well stocked with a selection of outfits once considered distasteful.
...@@ -245,7 +245,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -245,7 +245,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if !isItemAccessible("a Santa dress")>> <<if !isItemAccessible("a Santa dress")>>
[[Order a shipment of colorful and revealing costumes|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade), "capEx"), $clothesBoughtCostume = 1]] [[Order a shipment of colorful and revealing costumes|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtCostume = 1]]
//Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with a variety of costume party supplies. You are well stocked with a variety of costume party supplies.
...@@ -253,7 +253,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -253,7 +253,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if !isItemAccessible("shimapan panties")>> <<if !isItemAccessible("shimapan panties")>>
[[Order a large crate of panties from Japan|Wardrobe][cashX(forceNeg(Math.trunc(2500 * $upgradeMultiplierTrade), "capEx"), $clothesBoughtPantsu = 1]] [[Order a large crate of panties from Japan|Wardrobe][cashX(forceNeg(Math.trunc(2500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtPantsu = 1]]
//Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You have an impressive stash of panties and other striped underwear that may or may not be have at one point been used. You have an impressive stash of panties and other striped underwear that may or may not be have at one point been used.
...@@ -261,7 +261,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -261,7 +261,7 @@ The room containing all the clothes and accessories you have available to dress
<br><br> <br><br>
<<if !isItemAccessible("a small empathy belly")>> <<if !isItemAccessible("a small empathy belly")>>
[[Order a shipment of fake pregnancy bellies|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade), "capEx"), $clothesBoughtBelly = 1]] [[Order a shipment of fake pregnancy bellies|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtBelly = 1]]
//Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with silicone pregnancy bellies modeled after variously sized women. You are well stocked with silicone pregnancy bellies modeled after variously sized women.
...@@ -277,7 +277,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -277,7 +277,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if $toysBoughtVaginalAttachments == 0>> <<if $toysBoughtVaginalAttachments == 0>>
[[Order a shipment of bullet vibes and vibrating dildos|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade), "capEx")), $toysBoughtVaginalAttachments = 1]] [[Order a shipment of bullet vibes and vibrating dildos|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $toysBoughtVaginalAttachments = 1]]
//Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with bullet vibrators and vibrating dildos. You are well stocked with bullet vibrators and vibrating dildos.
...@@ -293,7 +293,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -293,7 +293,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if $toysBoughtButtPlugTails == 0>> <<if $toysBoughtButtPlugTails == 0>>
[[Order a shipment of attachable tails|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade), "capEx")), $toysBoughtButtPlugTails = 1]] [[Order a shipment of attachable tails|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $toysBoughtButtPlugTails = 1]]
//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with tails to attach to your buttplugs. You are well stocked with tails to attach to your buttplugs.
...@@ -301,7 +301,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -301,7 +301,7 @@ The room containing all the clothes and accessories you have available to dress
<br> <br>
<<if $toysBoughtGags == 0>> <<if $toysBoughtGags == 0>>
[[Order a shipment of extra long dildo gags|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade), "capEx")), $toysBoughtGags = 1]] [[Order a shipment of extra long dildo gags|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $toysBoughtGags = 1]]
//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are well stocked with extra long dildo gags. You are well stocked with extra long dildo gags.
...@@ -322,7 +322,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -322,7 +322,7 @@ The room containing all the clothes and accessories you have available to dress
<<else>> <<else>>
You are well stocked with specially formulated liquids to be used safely for long term enemas along with the tools needed to keep a slave bloated for extended periods of time. You are well stocked with specially formulated liquids to be used safely for long term enemas along with the tools needed to keep a slave bloated for extended periods of time.
<<if $medicalEnema == 0>> <<if $medicalEnema == 0>>
[[Order medical enema supplies|Wardrobe][cashX(forceNeg(Math.trunc(25000 * $upgradeMultiplierTrade), "capEx")), $medicalEnema = 1]] [[Order medical enema supplies|Wardrobe][cashX(forceNeg(Math.trunc(25000 * $upgradeMultiplierTrade)), "capEx"), $medicalEnema = 1]]
//Costs <<print cashFormat(Math.trunc(25000 * $upgradeMultiplierTrade))>>// //Costs <<print cashFormat(Math.trunc(25000 * $upgradeMultiplierTrade))>>//
<<else>> <<else>>
You are also well stocked with drugs to be mixed with the enema water for use in medical enemas. You are also well stocked with drugs to be mixed with the enema water for use in medical enemas.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment