From 23dd42f158d3f4f70bdba2965497ad3ab266502c Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Mon, 8 Apr 2019 01:47:13 -0400
Subject: [PATCH] add headings

---
 src/uncategorized/wardrobe.tw | 159 +++++++++++++++++-----------------
 1 file changed, 80 insertions(+), 79 deletions(-)

diff --git a/src/uncategorized/wardrobe.tw b/src/uncategorized/wardrobe.tw
index a5b00e2b5ce..17fae5dd5e2 100644
--- a/src/uncategorized/wardrobe.tw
+++ b/src/uncategorized/wardrobe.tw
@@ -49,7 +49,7 @@ The room containing all the clothes and accessories you have available to dress
 		/*width: 75%;*/
 	}
 </style>
-
+<br><h2>Future Society styles</h2>
 <table class= "finances" border= "1">
 <tr>
 <td style= "width: 50%">
@@ -61,7 +61,7 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("a bunny outfit")>>
 	[[Order a shipment of bunny suits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtBunny = 1]]
-	//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with classic bunny suits and bowties.
 <</if>>
@@ -76,7 +76,7 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("conservative clothing")>>
 	[[Order a shipment of conservative clothes|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtConservative = 1]]
-	//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with modest outfits.
 <</if>>
@@ -93,7 +93,7 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("chains")>>
 	[[Order a shipment of chains|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtChains = 1]]
-	//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with various lengths of binding chains.
 <</if>>
@@ -108,7 +108,7 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("Western clothing")>>
 	[[Order a shipment of western outfits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtWestern = 1]]
-	//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with cowgirl outfits.
 <</if>>
@@ -125,7 +125,7 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("body oil")>>
 	[[Order a shipment of body oil|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtOil = 1]]
-	//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with various body oils.
 <</if>>
@@ -140,7 +140,7 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("stretch pants and a crop-top")>>
 	[[Order a shipment of comfortable, rather stretchy, clothes|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtLazyClothes = 1]]
-	//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with various comfy pants and rather tight crop-tops.
 <</if>>
@@ -157,12 +157,46 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("a chattel habit")>>
 	[[Order a shipment of chattel habits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtHabit = 1]]
-	//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with habits from the chattel religion.
 <</if>>
 </td>
+<td>
+<<set _model.clothes = "a maternity dress">>
+<<if $seeImages == 1>>
+	<div class= "imageRef smlImg">
+		<<SlaveArt _model 4 0>>
+	</div>
+<</if>>
+<<if !isItemAccessible("a maternity dress")>>
+	[[Order a shipment of maternity dresses|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtMaternityDress = 1]]
+	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
+<<else>>
+	You are well stocked with dresses specially tailored for pregnant women.
+<</if>>
+</td>
+</tr>
 
+<tr>
+<td>
+<<set _model.clothes = "attractive lingerie for a pregnant woman">>
+<<if $seeImages == 1>>
+	<div class= "imageRef smlImg">
+		<<SlaveArt _model 4 0>>
+	</div>
+<</if>>
+<<if !isItemAccessible("attractive lingerie for a pregnant woman")>>
+	[[Order a shipment of maternity lingerie|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtMaternityLingerie = 1]]
+	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
+<<else>>
+	You are well stocked with sexy silken lingerie designed for pregnant women.
+<</if>>
+</td>
+</tr>
+
+<br><h2>Future Society Revivalist styles</h2>
+<tr>
 <td>
 <<set _model.clothes = "no clothing">>
 <<set _model.collar = "ancient Egyptian">>
@@ -174,14 +208,12 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.collar = "none">>
 <<if !isItemAccessible("ancient Egyptian")>>
 	[[Order a shipment of Egyptian necklaces|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtEgypt = 1]]
-	//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with ancient Egyptian necklaces.
 <</if>>
 </td>
-</tr>
 
-<tr>
 <td>
 <<set _model.clothes = "a toga">>
 <<if $seeImages == 1>>
@@ -191,12 +223,14 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("a toga")>>
 	[[Order a shipment of togas|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtToga = 1]]
-	//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with fine roman-styled togas.
 <</if>>
 </td>
+</tr>
 
+<tr>
 <td>
 <<set _model.clothes = "a huipil">>
 <<if $seeImages == 1>>
@@ -206,14 +240,12 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("a huipil")>>
 	[[Order a shipment of huipil|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtHuipil = 1]]
-	//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with exquisite Aztec huipils.
 <</if>>
 </td>
-</tr>
 
-<tr>
 <td>
 <<set _model.clothes = "a kimono">>
 <<if $seeImages == 1>>
@@ -223,11 +255,13 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("a kimono")>>
 	[[Order a shipment of kimonos|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtKimono = 1]]
-	//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
 <<else>>You are well stocked with elegant Japanese kimonos.
 <</if>>
 </td>
+</tr>
 
+<tr>
 <td>
 <<set _model.clothes = "harem gauze">>
 <<if $seeImages == 1>>
@@ -237,14 +271,12 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("harem gauze")>>
 	[[Order a shipment of harem outfits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtHarem = 1]]
-	//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with Arabic harem garb made from the finest available silks.
 <</if>>
 </td>
-</tr>
 
-<tr>
 <td>
 <<set _model.clothes = "a slutty qipao">>
 <<if $seeImages == 1>>
@@ -254,44 +286,16 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("a slutty qipao")>>
 	[[Order a shipment of qipaos|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtQipao = 1]]
-	//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with slutty Chinese qipaos.
 <</if>>
 </td>
-
-<td>
-<<set _model.clothes = "a maternity dress">>
-<<if $seeImages == 1>>
-	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
-	</div>
-<</if>>
-<<if !isItemAccessible("a maternity dress")>>
-	[[Order a shipment of maternity dresses|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtMaternityDress = 1]]
-	//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
-<<else>>
-	You are well stocked with dresses specially tailored for pregnant women.
-<</if>>
-</td>
 </tr>
 
-<tr>
-<td>
-<<set _model.clothes = "attractive lingerie for a pregnant woman">>
-<<if $seeImages == 1>>
-	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
-	</div>
-<</if>>
-<<if !isItemAccessible("attractive lingerie for a pregnant woman")>>
-	[[Order a shipment of maternity lingerie|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtMaternityLingerie = 1]]
-	//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
-<<else>>
-	You are well stocked with sexy silken lingerie designed for pregnant women.
-<</if>>
-</td>
+<br><h2>Other styles</h2>
 
+<tr>
 <td>
 <<set _model.clothes = "battlearmor">>
 <<if $seeImages == 1>>
@@ -301,14 +305,12 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("battlearmor")>>
 	[[Order a shipment of military themed clothing|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtMilitary = 1]]
-	//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with a variety of military themed garb.
 <</if>>
 </td>
-</tr>
 
-<tr>
 <td>
 <<set _model.clothes = "a dirndl">>
 <<if $seeImages == 1>>
@@ -318,12 +320,14 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("a dirndl")>>
 	[[Order a shipment of cultural outfits|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtCultural = 1]]
-	//Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with a variety of signature outfits from a variety of countries.
 <</if>>
 </td>
+</tr>
 
+<tr>
 <td>
 <<set _model.clothes = "a burqa">>
 <<if $seeImages == 1>>
@@ -333,14 +337,12 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("a burqa")>>
 	[[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))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with a number of burqas and similar clothing.
 <</if>>
 </td>
-</tr>
 
-<tr>
 <td>
 <<set _model.clothes = "jeans">>
 <<if $seeImages == 1>>
@@ -350,12 +352,14 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("jeans")>>
 	[[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))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with casual clothing.
 <</if>>
 </td>
+</tr>
 
+<tr>
 <td>
 <<set _model.clothes = "a police uniform">>
 <<if $seeImages == 1>>
@@ -365,14 +369,12 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("a police uniform")>>
 	[[Order a shipment of professional garments|Wardrobe][cashX(forceNeg(Math.trunc(2500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtCareer = 1]]
-	//Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with selection of professional outfits.
 <</if>>
 </td>
-</tr>
 
-<tr>
 <td>
 <<set _model.clothes = "a gothic lolita dress">>
 <<if $seeImages == 1>>
@@ -382,12 +384,14 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("a gothic lolita dress")>>
 	[[Order a shipment of professionally tailored dresses|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtDresses = 1]]
-	//Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with selection of fine dresses.
 <</if>>
 </td>
+</tr>
 
+<tr>
 <td>
 <<set _model.clothes = "a cybersuit">>
 <<if $seeImages == 1>>
@@ -397,14 +401,12 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("a cybersuit")>>
 	[[Order a shipment of exotic bodysuits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtBodysuits = 1]]
-	//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with selection of bodysuits.
 <</if>>
 </td>
-</tr>
 
-<tr>
 <td>
 <<set _model.clothes = "boyshorts">>
 <<if $seeImages == 1>>
@@ -414,12 +416,14 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("boyshorts")>>
 	[[Order a shipment of undergarments|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtUnderwear = 1]]
-	//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with underwear.
 <</if>>
 </td>
+</tr>
 
+<tr>
 <td>
 <<set _model.clothes = "sport shorts and a sports bra">>
 <<if $seeImages == 1>>
@@ -429,14 +433,12 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("sport shorts and a sports bra")>>
 	[[Order a shipment of exercise wear|Wardrobe][cashX(forceNeg(Math.trunc(2500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtSports = 1]]
-	//Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with exercise wear.
 <</if>>
 </td>
-</tr>
 
-<tr>
 <td>
 <<set _model.clothes = "a one-piece swimsuit">>
 <<if $seeImages == 1>>
@@ -446,12 +448,14 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("a one-piece swimsuit")>>
 	[[Order a shipment of swimwear|Wardrobe][cashX(forceNeg(Math.trunc(3500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtSwimwear = 1]]
-	//Costs <<print cashFormat(Math.trunc(3500 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(3500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with swimwear.
 <</if>>
 </td>
+</tr>
 
+<tr>
 <td>
 <<set _model.clothes = "a nice pony outfit">>
 <<if $seeImages == 1>>
@@ -461,14 +465,12 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("a nice pony outfit")>>
 	[[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))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with ponygirl bodysuits.
 <</if>>
 </td>
-</tr>
 
-<tr>
 <td>
 <<set _model.clothes = "a schutzstaffel uniform">>
 <<if $seeImages == 1>>
@@ -478,12 +480,14 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("a schutzstaffel uniform")>>
 	[[Order a shipment of politically incorrect clothing|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtPol = 1]]
-	//Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with a selection of outfits once considered distasteful.
 <</if>>
 </td>
+</tr>
 
+<tr>
 <td>
 <<set _model.clothes = "a Santa dress">>
 <<if $seeImages == 1>>
@@ -493,14 +497,12 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("a Santa dress")>>
 	[[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))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You are well stocked with a variety of costume party supplies.
 <</if>>
 </td>
-</tr>
 
-<tr>
 <td>
 <<set _model.clothes = "striped panties">>
 <<if $seeImages == 1>>
@@ -510,12 +512,11 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 <<if !isItemAccessible("striped panties")>>
 	[[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))>>//
+	<br>//Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>>//
 <<else>>
 	You have an impressive stash of panties and other striped underwear that may or may not be have at one point been used.
 <</if>>
 </td>
-<td></td>
 </tr>
 </table>
 
-- 
GitLab