diff --git a/Changelog.txt b/Changelog.txt
index 8e9b2a4095a900be412e0f637203c5e853cd1b03..f5fe1dce531a3c70f91accbcbb0a45c3e06e0750 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -13,6 +13,7 @@ Pregmod
 	-added event to revive FCNN
 	-added upgrade to gene lab allowing further genetic quirk detection and control
 	-dwarfism genetic quirk added
+	-added dick and testicle branding
 	-breast implants now impact milk production based on % implant
 	-many new names added to lacking name pools
 	-restored chem summary to the clinic
diff --git a/src/SecExp/securityHQ.tw b/src/SecExp/securityHQ.tw
index f93cac2b134fa47b4073f3caccde98e550726b4b..a037cc5e47686497dec9bb319b72a4a28ab8d727 100644
--- a/src/SecExp/securityHQ.tw
+++ b/src/SecExp/securityHQ.tw
@@ -26,16 +26,17 @@ You have <span id="secHel"> <<print num($secMenials)>> </span> slaves working in
 <<if $cash > _menialPrice>>
 	<<if _bulkMax > 0 || $menials+$fuckdolls+$menialBioreactors == 0>>
 		<br>
-		[[Buy|securityHQ][$menials+=1,$menialSupplyFactor-=1,cashX(forceNeg(_menialPrice), "menialTransfer")]]
+		[[Buy|securityHQ][$menials+=1,$menialSupplyFactor -= 1, cashX(-_menialPrice, "menialTransfer")]]
 		<<if $cash > (menialSlaveCost(10))*10>>
-			[[(x10)|securityHQ][$menials+=10,$menialSupplyFactor-=10,cashX(forceNeg((menialSlaveCost(10))*10), "menialTransfer")]]
+			[[(x10)|securityHQ][$menials+=10,$menialSupplyFactor -= 10, cashX(-(menialSlaveCost(10)*10), "menialTransfer")]]
 		<</if>>
 		<<if $cash > (menialSlaveCost(100))*100>>
-			[[(x100)|securityHQ][$menials+=100,$menialSupplyFactor-=100,cashX(forceNeg((menialSlaveCost(100))*100), "menialTransfer")]]
+			[[(x100)|securityHQ][$menials+=100,$menialSupplyFactor -= 100, cashX(-(menialSlaveCost(100)*100), "menialTransfer")]]
 		<</if>>
 		<<if $cash > (_menialPrice+1)*2>>
 			<<set _menialBulkPremium = Math.trunc(1 + Math.clamp($cash/_menialPrice,0,_bulkMax)/400)>>
-			[[(max)|securityHQ][$menials+=Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)),$menialSupplyFactor-=Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)),cashX(forceNeg(Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)*(_menialPrice+_menialBulkPremium))), "menialTransfer")]]
+			<<set _finalMaxCost = Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)*(_menialPrice+_menialBulkPremium))>>
+			[[(max)|securityHQ][$menials += Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)), $menialSupplyFactor -= Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)), cashX(-_finalMaxCost, "menialTransfer")]]
 		<</if>>
 		//Bulk transactions may require offering a premium.//
 	<</if>>
@@ -214,14 +215,14 @@ Considering the current upgrades the resting level for security is <<print $secR
 <br>
 
 <<if $secUpgrades.nanoCams == 0>>
-	[[Install a nano-camera system |securityHQ][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $secUpgrades.nanoCams = 1, $secRestPoint += 15, $reqMenials += 5, $secHQUpkeep += $upgradeUpkeep]]
+	[[Install a nano-camera system |securityHQ][cashX(-Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $secUpgrades.nanoCams = 1, $secRestPoint += 15, $reqMenials += 5, $secHQUpkeep += $upgradeUpkeep]]
 	<br>//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will raise rest point of security by 10 points, but will require 5 extra slaves in the headquarters and increases upkeep.//
 <<else>>
 	You have installed all across the arcology closed circuit nano-cameras to keep the arcology under your watchful eye.
 <</if>>
 <br>
 <<if $secUpgrades.cyberBots == 0>>
-	[[Buy cybersecurity algorithms|securityHQ][cashX(forceNeg(Math.trunc(7500*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $secUpgrades.cyberBots = 1, $secRestPoint += 15, $reqMenials += 5, $secHQUpkeep += $upgradeUpkeep]]
+	[[Buy cybersecurity algorithms|securityHQ][cashX(-Math.trunc(7500*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $secUpgrades.cyberBots = 1, $secRestPoint += 15, $reqMenials += 5, $secHQUpkeep += $upgradeUpkeep]]
 	<br>//Costs <<print cashFormat(Math.trunc(7500*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will raise rest point of security by 10 points, but will require 5 extra slaves in the headquarters and increases upkeep.//
 <<else>>
 	You have bought advanced cybersecurity algorithms that will defend your arcology against hack attempts or cyber frauds.
@@ -229,20 +230,20 @@ Considering the current upgrades the resting level for security is <<print $secR
 <br>
 <<if $authority > 10000>>
 	<<if $secUpgrades.eyeScan == 0>>
-		[[Install invisible eye scanners|securityHQ][cashX(forceNeg(Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $secUpgrades.eyeScan = 1, $secRestPoint += 20, $reqMenials += 10, $secHQUpkeep += $upgradeUpkeep]]
+		[[Install invisible eye scanners|securityHQ][cashX(-Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $secUpgrades.eyeScan = 1, $secRestPoint += 20, $reqMenials += 10, $secHQUpkeep += $upgradeUpkeep]]
 		<br>//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will raise rest point of security by 15 points, but will require 10 extra slaves in the headquarters and increases upkeep.//
 	<<else>>
 		You have installed numerous hidden eye scanners that accurately register the movements of everyone inside the arcology.
 	<</if>>
 	<br>
 	<<if $secUpgrades.cryptoAnalyzer == 0>>
-		[[Buy and install crypto analyzers|securityHQ][cashX(forceNeg(Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $secUpgrades.cryptoAnalyzer = 1, $secRestPoint += 20, $reqMenials += 10, $secHQUpkeep += $upgradeUpkeep]]
+		[[Buy and install crypto analyzers|securityHQ][cashX(-Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $secUpgrades.cryptoAnalyzer = 1, $secRestPoint += 20, $reqMenials += 10, $secHQUpkeep += $upgradeUpkeep]]
 		<br>//Costs <<print cashFormat(Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will raise rest point of security by 15 points, but will require 10 extra slaves in the headquarters and increases upkeep.//
 	<<else>>
 		You have bought and employed sophisticated crypto analyzing software to accurately track and archive every financial movement or transaction made inside the walls of your arcology.
 	<</if>>
 <<else>>
-	<br>You lack the reputation to access more advanced upgrades.
+	<br>You lack the authority to access more advanced upgrades.
 <</if>>
 
 <br>
@@ -267,14 +268,14 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap
 <br>
 
 <<if $crimeUpgrades.advForensic == 0>>
-	[[Install advanced forensic equipment|securityHQ][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $crimeUpgrades.advForensic = 1, $crimeCap -= 10, $reqMenials += 5, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
+	[[Install advanced forensic equipment|securityHQ][cashX(-Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $crimeUpgrades.advForensic = 1, $crimeCap -= 10, $reqMenials += 5, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
 	<br>//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will bring down the crime level cap by 10 points, but will require 5 extra slaves in the headquarters and increases upkeep.//
 <<else>>
 	You have installed advanced forensic equipment, able to extract every bit of precious information from any clue.
 <</if>>
 <br>
 <<if $crimeUpgrades.autoArchive == 0>>
-	[[Install auto-curating archiver|securityHQ][cashX(forceNeg(Math.trunc(7500*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $crimeUpgrades.autoArchive = 1, $crimeCap -= 10, $reqMenials += 5, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
+	[[Install auto-curating archiver|securityHQ][cashX(-Math.trunc(7500*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $crimeUpgrades.autoArchive = 1, $crimeCap -= 10, $reqMenials += 5, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
 	<br>//Costs <<print cashFormat(Math.trunc(7500*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will bring down the crime level cap by 10 points, but will require 5 extra slaves in the headquarters and increases upkeep.//
 <<else>>
 	You have installed auto-curating archiver software, which will update in real time your data archives with any new relevant information on criminals residing in your arcology.
@@ -282,20 +283,20 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap
 <br>
 <<if $authority > 10000>>
 	<<if $crimeUpgrades.autoTrial == 0>>
-		[[Install automated trials software|securityHQ][cashX(forceNeg(Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $crimeUpgrades.autoTrial = 1, $crimeCap -= 15, $reqMenials += 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
+		[[Install automated trials software|securityHQ][cashX(-Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $crimeUpgrades.autoTrial = 1, $crimeCap -= 15, $reqMenials += 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
 		<br>//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will bring down the crime level cap by 15 points, but will require 10 extra slaves in the headquarters and increases upkeep.//
 	<<else>>
 		You have installed advanced legal algorithms that allows the handling of legal matters much quicker and much more accurately.
 	<</if>>
 	<br>
 	<<if $crimeUpgrades.worldProfiler == 0>>
-		[[Install worldwide profilers|securityHQ][cashX(forceNeg(Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $crimeUpgrades.worldProfiler = 1, $crimeCap -= 15, $reqMenials += 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
+		[[Install worldwide profilers|securityHQ][cashX(-Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $crimeUpgrades.worldProfiler = 1, $crimeCap -= 15, $reqMenials += 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
 		<br>//Costs <<print cashFormat(Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will bring down the crime level cap by 15 points, but will require 10 extra slaves in the headquarters and increases upkeep.//
 	<<else>>
 		You have installed advanced profiler software, which will constantly scour every known data archive on the globe (legally or not) to gather as much information as possible on dangerous criminals.
 	<</if>>
 <<else>>
-	<br>You lack the reputation to access more advanced upgrades.
+	<br>You lack the authority to access more advanced upgrades.
 <</if>>
 
 <br>
@@ -317,14 +318,14 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap
 <br>
 
 <<if $intelUpgrades.sensors == 0>>
-	[[Install perimeter sensors|securityHQ][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $intelUpgrades.sensors = 1, $recon += 1, $reqMenials += 5, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
+	[[Install perimeter sensors|securityHQ][cashX(-Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $intelUpgrades.sensors = 1, $recon += 1, $reqMenials += 5, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
 	<br>//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will increase recon capabilities, but will require 5 extra slaves in the headquarters and increases upkeep.//
 <<else>>
 	You have installed perimeter seismic sensors able to detect movement with high accuracy.
 <</if>>
 <br>
 <<if $intelUpgrades.signalIntercept == 0>>
-	[[Create signal interception hub|securityHQ][cashX(forceNeg(Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $intelUpgrades.signalIntercept = 1, $recon += 1, $reqMenials += 5, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
+	[[Create signal interception hub|securityHQ][cashX(-Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $intelUpgrades.signalIntercept = 1, $recon += 1, $reqMenials += 5, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
 	<br>//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will increase recon capabilities, but will require 5 extra slaves in the headquarters and increases upkeep.//
 <<else>>
 	You have installed advanced signal interception equipment.
@@ -332,13 +333,13 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap
 <br>
 <<if $authority > 10000>>
 	<<if $intelUpgrades.radar == 0>>
-		[[Install advanced radar equipment|securityHQ][cashX(forceNeg(Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $intelUpgrades.radar = 1, $recon += 1, $reqMenials += 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
+		[[Install advanced radar equipment|securityHQ][cashX(-Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $intelUpgrades.radar = 1, $recon += 1, $reqMenials += 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
 		<br>//Costs <<print cashFormat(Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will increase recon capabilities, but will require 10 extra slaves in the headquarters and increases upkeep.//
 	<<else>>
 		You have installed sophisticated radar equipment.
 	<</if>>
 <<else>>
-	<br>You lack the reputation to access more advanced upgrades.
+	<br>You lack the authority to access more advanced upgrades.
 <</if>>
 
 <br>
@@ -360,14 +361,14 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap
 <br>
 
 <<if $readinessUpgrades.pathways == 0>>
-	[[Build specialized pathways in the arcology|securityHQ][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount)), "capEx"), $readinessUpgrades.pathways = 1, $readiness += 1, $secHQUpkeep += $upgradeUpkeep]]
+	[[Build specialized pathways in the arcology|securityHQ][cashX(-Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount), "capEx"), $readinessUpgrades.pathways = 1, $readiness += 1, $secHQUpkeep += $upgradeUpkeep]]
 	<br>//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will increase readiness by 1, but will increase upkeep.//
 <<else>>
 	You have built specialized pathways inside the arcology to quickly move troops around the structure.
 <</if>>
 <br>
 <<if $readinessUpgrades.rapidVehicles == 0>>
-	[[Buy rapid armored transport vehicles|securityHQ][cashX(forceNeg(Math.trunc(7500*$upgradeMultiplierArcology*_HistoryDiscount)), "capEx"), $readinessUpgrades.rapidVehicles = 1, $readiness += 2, $reqMenials += 5, $secHQUpkeep += $upgradeUpkeep]]
+	[[Buy rapid armored transport vehicles|securityHQ][cashX(-Math.trunc(7500*$upgradeMultiplierArcology*_HistoryDiscount), "capEx"), $readinessUpgrades.rapidVehicles = 1, $readiness += 2, $reqMenials += 5, $secHQUpkeep += $upgradeUpkeep]]
 	<br>//Costs <<print cashFormat(Math.trunc(7500*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will increase readiness by 2, but will require 5 extra slaves in the headquarters and increases upkeep.//
 <<else>>
 	You have bought rapid armored transport vehicles able to bring your troops to battle much quicker than before.
@@ -375,20 +376,20 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap
 <br>
 <<if $authority > 10000>>
 	<<if $readinessUpgrades.rapidPlatforms == 0>>
-		[[Build rapid deployment platforms|securityHQ][cashX(forceNeg(Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount)), "capEx"), $readinessUpgrades.rapidPlatforms = 1, $readiness += 2, $reqMenials += 5, $secHQUpkeep += $upgradeUpkeep]]
+		[[Build rapid deployment platforms|securityHQ][cashX(-Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount), "capEx"), $readinessUpgrades.rapidPlatforms = 1, $readiness += 2, $reqMenials += 5, $secHQUpkeep += $upgradeUpkeep]]
 		<br>//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will increase readiness by 2, but will require 5 extra slaves in the headquarters and increases upkeep.//
 	<<else>>
 		You have built rapid deployment platforms able to equip and deploy units within very limited time windows.
 	<</if>>
 	<br>
 	<<if $readinessUpgrades.earlyWarn == 0>>
-		[[Institute early warning systems|securityHQ][cashX(forceNeg(Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount)), "capEx"), $readinessUpgrades.earlyWarn = 1, $readiness += 2, $reqMenials += 10, $secHQUpkeep += $upgradeUpkeep]]
+		[[Institute early warning systems|securityHQ][cashX(-Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount), "capEx"), $readinessUpgrades.earlyWarn = 1, $readiness += 2, $reqMenials += 10, $secHQUpkeep += $upgradeUpkeep]]
 		<br>//Costs <<print cashFormat(Math.trunc(15000*$upgradeMultiplierArcology*_HistoryDiscount))>>. Will increase readiness by 2, but will require 10 extra slaves in the headquarters and increases upkeep.//
 	<<else>>
 		You have created early warning systems that constantly analyze in real time data to determine the likeness of an attack.
 	<</if>>
 <<else>>
-	<br>You lack the reputation to access more advanced upgrades.
+	<br>You lack the authority to access more advanced upgrades.
 <</if>>
 
 <br>
@@ -399,41 +400,41 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap
 	<<if $secUpgrades.coldstorage == 6 && $authority >= 19500 && $reqMenials > 10>>
 		<br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of two years.
 		<br>
-		[[Expand the cold storage facility to increase data retention to three years|securityHQ][cashX(forceNeg(Math.trunc(2400000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $secUpgrades.coldstorage++, $reqMenials -= 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
+		[[Expand the cold storage facility to increase data retention to three years|securityHQ][cashX(-Math.trunc(2400000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $secUpgrades.coldstorage++, $reqMenials -= 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
 		<br>//Costs <<print cashFormat(Math.trunc(2400000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will lower the amount of required slaves by a further 10, but will increase upkeep.//
 	<<elseif $secUpgrades.coldstorage == 5 && $authority >= 19500 && $reqMenials > 10>>
 	<br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of one year.
 		<br>
-		[[Expand the cold storage facility to increase data retention to two years|securityHQ][cashX(forceNeg(Math.trunc(1200000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $secUpgrades.coldstorage++, $reqMenials -= 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
+		[[Expand the cold storage facility to increase data retention to two years|securityHQ][cashX(-Math.trunc(1200000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $secUpgrades.coldstorage++, $reqMenials -= 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
 		<br>//Costs <<print cashFormat(Math.trunc(1200000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will lower the amount of required slaves by a further 10, but will increase upkeep.//
 	<<elseif $secUpgrades.coldstorage == 4 && $authority >= 19500 && $reqMenials > 10>>
 		<br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of nine months.
 		<br>
-		[[Expand the cold storage facility to increase data retention to one year|securityHQ][cashX(forceNeg(Math.trunc(900000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $secUpgrades.coldstorage++, $reqMenials -= 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
+		[[Expand the cold storage facility to increase data retention to one year|securityHQ][cashX(-Math.trunc(900000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $secUpgrades.coldstorage++, $reqMenials -= 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
 		<br>//Costs <<print cashFormat(Math.trunc(900000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will lower the amount of required slaves by a further 10, but will increase upkeep.//
 	<<elseif $secUpgrades.coldstorage == 3 && $authority > 18000 && $reqMenials > 10>>
 		<br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of six months.
 		<br>
-		[[Expand the cold storage facility to increase data retention to nine months|securityHQ][cashX(forceNeg(Math.trunc(600000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $secUpgrades.coldstorage++, $reqMenials -= 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
+		[[Expand the cold storage facility to increase data retention to nine months|securityHQ][cashX(-Math.trunc(600000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $secUpgrades.coldstorage++, $reqMenials -= 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
 		<br>//Costs <<print cashFormat(Math.trunc(600000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will lower the amount of required slaves by a further 10, but will increase upkeep.//
 	<<elseif $secUpgrades.coldstorage == 2 && $authority > 16000 && $reqMenials > 10>>
 		<br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of three months.
 		<br>
-		[[Expand the cold storage facility to increase data retention to six months|securityHQ][cashX(forceNeg(Math.trunc(300000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $secUpgrades.coldstorage++, $reqMenials -= 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
+		[[Expand the cold storage facility to increase data retention to six months|securityHQ][cashX(-Math.trunc(300000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $secUpgrades.coldstorage++, $reqMenials -= 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
 		<br>//Costs <<print cashFormat(Math.trunc(300000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will lower the amount of required slaves by a further 10, but will increase upkeep.//
 	<<elseif $secUpgrades.coldstorage == 1 && $authority > 14000 && $reqMenials > 10>>
 		<br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of one month.
 		<br>
-		[[Expand the cold storage facility to increase data retention to three months|securityHQ][cashX(forceNeg(Math.trunc(100000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $secUpgrades.coldstorage++, $reqMenials -= 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
+		[[Expand the cold storage facility to increase data retention to three months|securityHQ][cashX(-Math.trunc(100000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $secUpgrades.coldstorage++, $reqMenials -= 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
 		<br>//Costs <<print cashFormat(Math.trunc(100000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will lower the amount of required slaves by a further 10, but will increase upkeep.//
 	<<elseif $secUpgrades.coldstorage == 0 && $authority > 12000 && $reqMenials > 10>>
-		[[Install a cold storage facility|securityHQ][cashX(forceNeg(Math.trunc(50000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier)), "capEx"), $secUpgrades.coldstorage++, $reqMenials -= 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
+		[[Install a cold storage facility|securityHQ][cashX(-Math.trunc(50000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $secUpgrades.coldstorage++, $reqMenials -= 10, $secHQUpkeep += $upgradeUpkeep, $PC.hacking += 1]]
 		<br>//Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will lower the amount of required slaves by 10, but will increase upkeep.//
 	<<elseif $secUpgrades.coldstorage > 6>>
 		<br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of three years.
 	<<elseif $reqMenials <= 10>>
 		<br>Personnel cannot be further reduced.
 	<<else>>
-		<br>You lack the reputation to access more advanced upgrades.
+		<br>You lack the authority to access more advanced upgrades.
 	<</if>>
 <</if>>
diff --git a/src/SecExp/weaponsManufacturing.tw b/src/SecExp/weaponsManufacturing.tw
index fd1a5d996ed63eadaed1db42943ca2eaf7f4b043..20df59471911703944fe218d1806066ecd6efffd 100644
--- a/src/SecExp/weaponsManufacturing.tw
+++ b/src/SecExp/weaponsManufacturing.tw
@@ -99,7 +99,6 @@ You own <<print num($menials)>> free menial slaves. This manufacturing complex c
 	<</link>>
 <</if>>
 <br>
-<br>
 <<if $weapProductivity < 5>>
 	<<link "Invest in automating the complex">>
 		<<run cashX(forceNeg(10000 * $weapProductivity), "capEx")>>
@@ -241,11 +240,10 @@ __Upgrades__:
 	<<else>>
 		You have fully upgraded the security drones.
 	<</if>>
-	<br><br>
+	<br>
 	/* human troops upgrades */
 	<br>Troops:
-	<br>
-	<<if !$completedUpgrades.includes(0)>>
+	<<if !$completedUpgrades.includes(0)>> <br>
 		<<link "Develop magnetic based ballistic weaponry">>
 			<<set $currentUpgrade = {
 				ID: 0,
@@ -328,8 +326,7 @@ __Upgrades__:
 		<</link>>
 		<br>//Will take _time weeks, cost <<print cashFormat(120000*$HackingSkillMultiplier)>> and will increase the base hp and morale values of human troops.//
 	<</if>>
-	<br>
-	<<if $SF.Toggle && $SF.Active >= 1>>
+	<<if $SF.Toggle && $SF.Active >= 1>> <br>
 		<<if !$completedUpgrades.includes(6) && $weapLab >= 2 && $SFSupportLevel >= 2 && $SF.Squad.Firebase >= 7>>
 			<br>
 			<<link "Develop combined training regimens with $SF.Lower">>
diff --git a/src/SpecialForce/SpecialForce.js b/src/SpecialForce/SpecialForce.js
index 57f05c859dc42e3aacc0174aa5f1f609892c2395..48d56b44370f27e89c92bc2a7a7baffa5ba52692 100644
--- a/src/SpecialForce/SpecialForce.js
+++ b/src/SpecialForce/SpecialForce.js
@@ -1,8 +1,10 @@
 // V=SugarCube.State.variables, T=SugarCube.State.temporary;
 App.SF.Init = function() {
 	const V = State.variables;
-	if (passage() === "init" || passage() === "New Game Plus") V.SF = {Active: -1};
 	V.SF.Toggle = V.SF.Toggle || 0;
+	if (passage() === "init" || passage() === "New Game Plus") {
+		V.SF = {Active: -1, Toggle:V.SF.Toggle};
+	}
 	V.SF.FS = V.SF.FS || {};
 	V.SF.FS.Tension = V.SF.FS.Tension || -1;
 	if (V.SF.Toggle && V.SF.Active >= 1) {
diff --git a/src/art/vector/VectorArtJS.js b/src/art/vector/VectorArtJS.js
index cb0534f1b6e2461a81740b6af9686da7b2d8b560..7b4e0950b67283c43e8d1355eae0edf342617ffd 100644
--- a/src/art/vector/VectorArtJS.js
+++ b/src/art/vector/VectorArtJS.js
@@ -846,6 +846,7 @@ window.VectorArt = (function() {
 				case "no clothing":
 				case "panties":
 				case "panties and pasties":
+				case "pasties":
 				case "restrictive latex":
 				case "shibari ropes":
 				case "slutty jewelry":
@@ -1017,6 +1018,9 @@ window.VectorArt = (function() {
 				case "a burqa":
 					r += jsInclude("Art_Vector_Boob_Outfit_HijabAndAbaya");
 					break;
+				case "pasties":
+					r += jsInclude("Art_Vector_Boob_Outfit_PantiesAndPasties");
+					break;
 				default:
 					r += jsInclude(`Art_Vector_Boob_Outfit_${clothing2artSuffix(slave.clothes)}`);
 			}
@@ -1193,6 +1197,7 @@ window.VectorArt = (function() {
 				case "no clothing":
 				case "panties":
 				case "panties and pasties":
+				case "pasties":
 				case "restrictive latex":
 				case "shibari ropes":
 				case "slutty jewelry":
@@ -1753,6 +1758,7 @@ window.VectorArt = (function() {
 			case "no clothing":
 			case "panties":
 			case "panties and pasties":
+			case "pasties":
 			case "shibari ropes":
 			case "striped panties":
 			case "striped underwear":
@@ -2641,6 +2647,7 @@ window.VectorArt = (function() {
 			case "a Santa dress":
 			case "overalls":
 			case "a slutty pony outfit":
+			case "pasties":
 			case "choosing her own clothes":
 			case "no clothing":
 				break; /* no torso outfit */
diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js
index 409f750c85f5c249365391899dc97ef0919372a7..73357920f34c832bbda147ca77bc40254d865498 100644
--- a/src/endWeek/saChoosesOwnClothes.js
+++ b/src/endWeek/saChoosesOwnClothes.js
@@ -603,7 +603,7 @@ window.saChoosesOwnClothes = (function() {
 						wardrobeFS.push({text: `and wears a swimsuit that leaves ${his} breasts uncovered.`, clothes: "a monokini"});
 					}
 					if (isItemAccessible("pasties")) {
-						wardrobeFS.push({text: `and wears nothing more than a pair of pasties over ${his} nipples.`, clothes: "pasties"});
+						wardrobeFS.push({text: `and wears nothing more than a pair of pasties over ${his} nipples and crotch.`, clothes: "pasties"});
 					}
 					if (slave.lactation > 0) {
 						wardrobeFS.push({text: `and dresses up as a slutty wet nurse.`, clothes: "a slutty nurse outfit"});
@@ -879,7 +879,7 @@ window.saChoosesOwnClothes = (function() {
 							wardrobeTastes.push({text: `and oddly chooses a lingerie set with a cleavage cutout in the bra.`, clothes: "kitty lingerie"});
 						}
 						if (isItemAccessible("pasties")) {
-							wardrobeTastes.push({text: `and oddly opts for just a pair of pasties attached to ${his} nipples.`, clothes: "pasties"});
+							wardrobeTastes.push({text: `and oddly opts for just a pair of pasties attached to ${his} nipples and one over ${his} crotch.`, clothes: "pasties"});
 						}
 						if (isItemAccessible("a bra")) {
 							wardrobeTastes.push({text: `and oddly opts for nothing more than a bra.`, clothes: "a bra"});
diff --git a/src/interaction/main/toychest.js b/src/interaction/main/toychest.js
index 20b303aff656fb2b3671a7b9ccf5802bd1502177..4e05975e5a9cf581bd6f7d15ff4795fe67575963 100644
--- a/src/interaction/main/toychest.js
+++ b/src/interaction/main/toychest.js
@@ -312,6 +312,7 @@ App.Interact.ToyChest = function(slave) {
 			case "leather pants and pasties":
 			case "panties":
 			case "panties and pasties":
+			case "pasties":
 				r += `${His} purpose as your office sex toy is prominently displayed by ${his} revealing outfit.`;
 				break;
 			case "a gothic lolita dress":
diff --git a/src/interaction/main/useGuard.js b/src/interaction/main/useGuard.js
index 0007b97ce0e7b9beab9a246be8194aa4874df12e..1ad32f94395565074edb16a2446dee1905f77e7b 100644
--- a/src/interaction/main/useGuard.js
+++ b/src/interaction/main/useGuard.js
@@ -258,6 +258,7 @@ App.Interact.UseGuard = function(slave) {
 		case "leather pants":
 		case "panties and pasties":
 		case "panties":
+		case "pasties":
 		case "sport shorts and a sports bra":
 		case "sport shorts and a t-shirt":
 		case "sport shorts":
diff --git a/src/js/itemAvailability.js b/src/js/itemAvailability.js
index e7c07a12666a2f575993554907eb1203eb0b66fa..a01fbbe24229a0b404327c8dc670197722ebcba7 100644
--- a/src/js/itemAvailability.js
+++ b/src/js/itemAvailability.js
@@ -106,6 +106,7 @@ window.isItemAccessible = function(string) {
 		case "panties and pasties":
 		case "a skimpy loincloth":
 		case "a thong":
+		case "pasties":
 			return (V.clothesBoughtUnderwear === 1);
 		case "leather pants and pasties":
 		case "a t-shirt and thong":
@@ -132,9 +133,6 @@ window.isItemAccessible = function(string) {
 			return (V.arcologies[0].FSGenderFundamentalist > 0 || V.clothesBoughtBunny === 1);
 		case "ancient Egyptian":
 			return (V.arcologies[0].FSEgyptianRevivalist > 0 || V.clothesBoughtEgypt === 1);
-		case "pasties":
-			/* an option in saChoosesOwnClothes.tw, but everything else (e.g. descriptions, artwork, option in wardrobeUse.tw) is missing or not hooked up correctly */
-			return false;
 		case "massive dildo gag":
 			return (V.toysBoughtGags === 1);
 		case "a small empathy belly":
diff --git a/src/js/rulesAssistantOptions.js b/src/js/rulesAssistantOptions.js
index 71d49aa54819c1dd5007c2aafd2f9fdd705d51f1..5962b23c77454d89f195f824c0d033677f35258f 100644
--- a/src/js/rulesAssistantOptions.js
+++ b/src/js/rulesAssistantOptions.js
@@ -1257,6 +1257,7 @@ window.rulesAssistantOptions = (function() {
 				["Over-sized t-shirt and boyshorts", "an oversized t-shirt and boyshorts"],
 				["Over-sized t-shirt", "an oversized t-shirt"],
 				["Panties", "panties"],
+				["Pasties", "pasties"],
 				["Pasties and panties", "panties and pasties"],
 				["Scalemail bikini", "a scalemail bikini"],
 				["Schoolgirl", "a schoolgirl outfit"],
diff --git a/src/js/slaveListing.js b/src/js/slaveListing.js
index b76da962f4a9f0a14fdfe1d5eed1ef27afe5eede..2b1f75997c81d9f30a508d179a24a49facaa2def 100644
--- a/src/js/slaveListing.js
+++ b/src/js/slaveListing.js
@@ -23,6 +23,9 @@ App.UI.SlaveList.render = function() {
 	/** @type {boolean} */
 	let slaveImagePrinted;
 
+	// potentially can be a problem if played long enough to reach Number.MAX_SAFE_INTEGER
+	let listID = Number.MIN_SAFE_INTEGER;
+
 	return renderList;
 
 	/**
@@ -59,7 +62,7 @@ App.UI.SlaveList.render = function() {
 
 		for (const _si of indices) {
 			let ss = renderSlave(_si, interactionLink, showTransfers, postNote);
-			res.push(`<div id="slave_${slaves[_si].ID}" style="clear:both">${ss}</div>`);
+			res.push(`<div id="slave-${slaves[_si].ID}" style="clear:both">${ss}</div>`);
 		}
 
 		for (const rs of rejectedSlaves) {
@@ -73,7 +76,7 @@ App.UI.SlaveList.render = function() {
 		}
 
 		$(document).one(':passagedisplay', function() {
-			$("[data-quick-index]").click(function() {
+			$('[data-quick-index]').unbind().click(function() {
 				let which = this.attributes["data-quick-index"].value;
 				let quick = $("div#list_index" + which);
 				quick.toggleClass("hidden");
@@ -81,6 +84,10 @@ App.UI.SlaveList.render = function() {
 			quickListBuildLinks();
 		});
 
+		if (V.useSlaveListInPageJSNavigation === 1) {
+			listID++;
+		}
+
 		return res.join("");
 	}
 
@@ -156,7 +163,6 @@ App.UI.SlaveList.render = function() {
 	*/
 	function createQuickList(indices) {
 		let res = "";
-		let _tableCount = 0;
 
 		/* Useful for finding weird combinations — usages of this passage that don't yet generate the quick index.
 		*	<<print 'pass/count/indexed/flag::[' + passageName + '/' + _Count + '/' + _indexed + '/' + $SlaveSummaryFiler + ']'>>
@@ -169,12 +175,12 @@ App.UI.SlaveList.render = function() {
 				_offset = -25;
 			}
 			res += "<br />";
-			_tableCount++;
 			/*
-			 * we want <button data-quick-index="<<= _tableCount>>">...
+			 * we want <button data-quick-index="<<= listID>>">...
 			 */
 			const _buttonAttributes = {
-				'data-quick-index': _tableCount
+				'id':`quick-list-toggle${listID}`,
+				'data-quick-index': listID
 			};
 			res += App.UI.htag("Quick Index", _buttonAttributes, 'button');
 			/*
@@ -218,7 +224,7 @@ App.UI.SlaveList.render = function() {
 				listIndexContent += '</div>';
 			}
 			res += App.UI.htag(listIndexContent, {
-				id: `list_index${_tableCount}`,
+				id: `list_index${listID}`,
 				class: 'hidden'
 			});
 		}
diff --git a/src/js/slaveSummaryWidgets.js b/src/js/slaveSummaryWidgets.js
index 36078ce9ff62c2f5788b9c2f514e9ff48d054511..d09a60f2585af5878e826d80b837641fa6e085ef 100644
--- a/src/js/slaveSummaryWidgets.js
+++ b/src/js/slaveSummaryWidgets.js
@@ -4695,6 +4695,9 @@ window.SlaveSummaryUncached = (function() {
 			case "panties and pasties":
 				r += `Pasties, panties.`;
 				break;
+			case "pasties":
+				r += `Pasties.`;
+				break;
 			case "striped underwear":
 				r += `Striped underwear`;
 				break;
diff --git a/src/js/utilJS.js b/src/js/utilJS.js
index f6c8365573b189209ddc804cb2f00f0a921b9688..93e6f5703831290893ed915e1f1d93692b75e597 100644
--- a/src/js/utilJS.js
+++ b/src/js/utilJS.js
@@ -1948,7 +1948,7 @@ App.UI.htag = function (text, attributes, tag = 'div') {
 		attributes = `id="${attributes.trim()}"`;
 	}
 
-	return `<${tag}${attributes}>${payload}</${tag}>`;
+	return `<${tag} ${attributes}>${payload}</${tag}>`;
 };
 
 window.SkillIncrease = (function() {
diff --git a/src/js/walkPastJS.js b/src/js/walkPastJS.js
index 61c5d4a3050067249ed2f954893d5051738c3e41..ebcd24531c51ea03a8ff7a471abe483eb16db165 100644
--- a/src/js/walkPastJS.js
+++ b/src/js/walkPastJS.js
@@ -2212,6 +2212,7 @@ window.boobWatch = function(slave) {
 			break;
 		case "leather pants and pasties":
 		case "panties and pasties":
+		case "pasties":
 			t += `${His} pasties cover nothing more than ${his} nipples.`;
 			break;
 		case "a one-piece swimsuit":
@@ -2596,7 +2597,7 @@ window.buttWatch = function(slave) {
 			t += `${His} oversized t-shirt is covering ${his} rear, but it can be lifted easily enough.`;
 			break;
 		default:
-			// "a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "a sports bra" "a t-shirt"
+			// "a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "a sports bra" "a t-shirt" "pasties"
 			if (slave.chastityAnus && slave.chastityVagina) {
 				t += `${His} chastity protects ${his} holes from penetration.`;
 				V.target = "FondleButt";
@@ -2725,6 +2726,7 @@ window.anusWatch = function(slave) {
 			case "a slutty klan robe":
 			case "a sports bra":
 			case "a t-shirt":
+			case "pasites":
 				t += `${His} outfit exposes ${his} bare butt and vulnerable asshole.`;
 				break;
 			case "an oversized t-shirt and boyshorts":
diff --git a/src/npc/fAbuse.tw b/src/npc/fAbuse.tw
index ec696c4513bf7767731b18021c5eabc9c37b546b..32ab02ac0a5b69fe555a0b98138d1a86395a696a 100644
--- a/src/npc/fAbuse.tw
+++ b/src/npc/fAbuse.tw
@@ -237,6 +237,8 @@
 		$He yanks off $his t-shirt and drops $his panties.
 	<<case "panties and pasties">>
 		$He yanks off $his pasties and drops $his panties.
+	<<case "pasties">>
+		$He hastily yanks off $his pasties.
 	<<case "sport shorts and a sports bra">>
 		$He drops $his shorts and tosses $his bra.
 	<<case "jeans">>
diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw
index 6113dd83a6f27f7b691a12f45b73f6a0301e05a9..cb87d6ba542bc1843e5c4ed0a9225f8458211500 100644
--- a/src/uncategorized/bodyModification.tw
+++ b/src/uncategorized/bodyModification.tw
@@ -990,6 +990,12 @@ Choose a site for branding:
 | [[Chest|Body Modification][$brandTarget = "chest"]]
 | [[Belly|Body Modification][$brandTarget = "belly"]]
 | [[Pubic Mound|Body Modification][$brandTarget = "pubic mound"]]
+<<if $activeSlave.dick > 0>>
+	| [[Penis|Body Modification][$brandTarget = "penis"]]
+<</if>>
+<<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>>
+	| [[Testicles|Body Modification][$brandTarget = "testicle"]]
+<</if>>
 | [[Back|Body Modification][$brandTarget = "back"]]
 | [[Lower Back|Body Modification][$brandTarget = "lower back"]]
 
@@ -997,7 +1003,7 @@ Choose a site for branding:
 
 
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
-<<if ($brandTarget == "neck" || $brandTarget == "chest" || $brandTarget == "belly" || $brandTarget == "pubic mound" || $brandTarget == "back" || $brandTarget == "lower back")>>
+<<if ["neck", "chest", "belly", "pubic mound", "back", "lower back", "penis"].includes(brandLocation)>>
 	[[Brand|Body Modification][$brandApplied = 1,$activeSlave.brand = $brandDesign,$activeSlave.brandLocation = $brandTarget,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave),$degradation += 10]] with $brandDesign on the $brandTarget.
 <<else>>
 	Brand $him now with ''$brandDesign'' on the
@@ -1048,6 +1054,8 @@ Choose a site for branding:
 			<<set $activeSlave.brandLocation = "ankles">>
 		<<elseif $brandTarget == "foot">>
 			<<set $activeSlave.brandLocation = "feet">>
+		<<elseif $brandTarget == "testicle">>
+			<<set $activeSlave.brandLocation = "testicles">>
 		<</if>>
 		<<run cashX(forceNeg($modCost), "slaveMod", $activeSlave)>>
 		<<set $degradation += 10>>
diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index 49996fcea8270776ae969e577625788cc12e007a..315c45d72222361aca14e93e477e81faff611f83 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -653,6 +653,9 @@
 		|	<<link "Panties and pasties">><<set $activeSlave.clothes = "panties and pasties",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
 	<</if>>
 	|	<<link "Panties">><<set $activeSlave.clothes = "panties",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
+	<<if isItemAccessible("pasties")>>
+		|	<<link "Pasties">><<set $activeSlave.clothes = "pasties",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
+	<</if>>
 	<<if isItemAccessible("a police uniform")>>
 		|	<<link "Police uniform">><<set $activeSlave.clothes = "a police uniform",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
 	<</if>>
diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw
index de74c7640df002df5e7e66c044a2fbc8d37018b0..b1bcbb4c6976170f60332d7d92c12d0c54532fff 100644
--- a/src/uncategorized/walkPast.tw
+++ b/src/uncategorized/walkPast.tw
@@ -98,7 +98,7 @@
 			$His enormous belly pushes out $his robe.
 		<<case "a burqa">>
 			$His enormous belly pushes out $his burqa.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His enormous belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His enormous belly pushes out $his shirt.
@@ -166,7 +166,7 @@
 			$His giant belly fills $his robe.
 		<<case "a burqa">>
 			$His giant belly pushes out $his burqa.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His giant belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His giant belly pushes out $his shirt.
@@ -242,7 +242,7 @@
 			$His massive gut has no room left to move within $his overstuffed robe.
 		<<case "a burqa">>
 			$His massive gut has no room left to move within $his overstuffed burqa.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His massive belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His massive belly pushes out $his shirt.
@@ -356,7 +356,7 @@
 			$His huge belly tents $his robe.
 		<<case "a burqa">>
 			$His huge belly tents $his burqa.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His huge belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His huge belly pushes out $his shirt.
@@ -452,7 +452,7 @@
 			Tons of jiggling can be seen through $his robe whenever $he moves.
 		<<case "a burqa">>
 			Some jiggling can be seen through $his burqa whenever $he moves.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His jiggling belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			Jiggling flesh can be seen through $his shirt whenever $he moves.
@@ -566,7 +566,7 @@
 			Noticeable jiggling can be seen through $his robe whenever $he moves.
 		<<case "a burqa">>
 			A small amount of jiggling can be seen through $his burqa whenever $he moves.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His jiggling belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			A small amount of jiggling can be seen through $his shirt whenever $he moves.
@@ -688,7 +688,7 @@
 			$His big belly tents $his robe.
 		<<case "a burqa">>
 			$His big belly gently pushes against $his burqa.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His big belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His big belly pushes out $his shirt.
@@ -798,7 +798,7 @@
 			$His robe hides the jiggling motion of $his fat gut.
 		<<case "a burqa">>
 			$His burqa hides the jiggling motion of $his fat gut.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His fat gut jiggles freely.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His shirt somewhat hides the jiggling motion of $his fat gut.
@@ -908,7 +908,7 @@
 			$His growing belly gently tents $his abaya.
 		<<case "a burqa">>
 			$His burqa hides $his growing belly.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His growing belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His shirt hides $his growing belly.
@@ -1316,6 +1316,8 @@
 			<<else>>
 				$His pussy is clearly visible through the thin gauze that covers it.
 			<</if>>
+		<<case "pasties">>
+			$His crotch pastie is eye-catching as it moves with $him.
 		<<case "slutty jewelry">>
 			<<if ($activeSlave.dick != 0) && ($activeSlave.vagina != -1)>>
 				$His belt of light chain has a lewd bauble over $his stomach; its weight pulls it down towards $his hermaphroditic genitalia with each step.
@@ -1392,7 +1394,7 @@
 			$His enormous belly pushes out $his robe.
 		<<case "a burqa">>
 			$His enormous belly pushes out $his burqa.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His enormous belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His enormous belly pushes out $his shirt.
@@ -1470,7 +1472,7 @@
 			$His giant belly fills $his abaya.
 		<<case "a burqa">>
 			$His giant belly pushes out $his burqa.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His giant belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His giant belly pushes out $his shirt.
@@ -1556,7 +1558,7 @@
 			$His massive gut has no room left to move within $his overstuffed robe.
 		<<case "a burqa">>
 			$His massive gut has no room left to move within $his overstuffed burqa.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His massive belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His massive belly jiggles under $his shirt.
@@ -1676,7 +1678,7 @@
 			$His huge belly tents $his robe.
 		<<case "a burqa">>
 			$His huge belly tents $his burqa.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His huge belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His huge belly lewdly stretches $his shirt.
@@ -1790,7 +1792,7 @@
 			Some jiggling can be seen through $his robe whenever $he moves.
 		<<case "a burqa">>
 			Some jiggling can be seen through $his burqa whenever $he moves.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His jiggling belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			Some jiggling can be seen through $his shirt whenever $he moves.
@@ -1910,7 +1912,7 @@
 			A small amount of jiggling can be seen through $his robe whenever $he moves.
 		<<case "a burqa">>
 			A small amount of jiggling can be seen through $his burqa whenever $he moves.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His jiggling belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			A small amount of jiggling can be seen through $his shirt whenever $he moves.
@@ -2028,7 +2030,7 @@
 			$His big belly gently pushes against $his robe.
 		<<case "a burqa">>
 			$His big belly gently pushes against $his burqa.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His big belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His big belly gentlly pushes out $his shirt.
@@ -2146,7 +2148,7 @@
 			$His robe hides the jiggling motion of $his fat gut.
 		<<case "a burqa">>
 			$His burqa hides the jiggling motion of $his fat gut.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His jiggling belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			Jiggling flesh can barely be seen through $his shirt whenever $he moves.
@@ -2268,7 +2270,7 @@
 			$His robe totally conceals $his distended belly.
 		<<case "a burqa">>
 			$His burqa totally conceals $his distended belly.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His distended belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His shirt totally conceals $his distended belly.
@@ -2361,7 +2363,7 @@
 			$His massive gut has no room left to move within $his overstuffed robe.
 		<<case "a burqa">>
 			$His massive gut has no room left to move within $his overstuffed burqa.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His massive jiggling gut is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			The taut material of $his shirt shows every jiggle in $his massive gut as $he moves.
@@ -2485,7 +2487,7 @@
 			$His taut, sloshing belly pushes against $his robe.
 		<<case "a burqa">>
 			$His taut, sloshing belly pushes against $his burqa.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His taut sloshing belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His taut, sloshing belly pushes against $his shirt.
@@ -2597,7 +2599,7 @@
 			Some jiggling can be seen through $his robe whenever $he moves.
 		<<case "a burqa">>
 			Some jiggling can be seen through $his burqa whenever $he moves.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His jiggling belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			Small amounts of jiggling flesh can be seen through $his shirt whenever $he moves.
@@ -2709,7 +2711,7 @@
 			A small amount of jiggling can be seen through $his robe whenever $he moves.
 		<<case "a burqa">>
 			A small amount of jiggling can be seen through $his burqa whenever $he moves.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His jiggling belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			Small amounts of jiggling flesh can be seen through $his shirt whenever $he moves.
@@ -2837,7 +2839,7 @@
 			$His rounded, sloshing belly pushes against $his robe.
 		<<case "a burqa">>
 			$His rounded, sloshing belly pushes against $his burqa.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His rounded sloshing belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His rounded, sloshing belly pushes against $his shirt.
@@ -2955,7 +2957,7 @@
 			$His robe hides the jiggling motion of $his fat gut.
 		<<case "a burqa">>
 			$His burqa hides the jiggling motion of $his fat gut.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His fat gut jiggles freely.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His shirt somewhat hides the jiggling motion of $his fat gut.
@@ -3075,7 +3077,7 @@
 			$His robe totally conceals $his distended belly.
 		<<case "a burqa">>
 			$His burqa totally conceals $his distended belly.
-		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
+		<<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">>
 			$His distended belly is totally bare.
 		<<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">>
 			$His shirt totally conceals $his distended belly.
diff --git a/src/uncategorized/wardrobe.tw b/src/uncategorized/wardrobe.tw
index 30646575aaa8f208f2caaaa5dd5cb12aff75cf60..5404b24c82aa7c3c02073855c682b164bd7db9e3 100644
--- a/src/uncategorized/wardrobe.tw
+++ b/src/uncategorized/wardrobe.tw
@@ -408,7 +408,7 @@ The room containing all the clothes and accessories you have available to dress
 </td>
 
 <td>
-<<set _model.clothes = either("boyshorts", "a bra", "kitty lingerie", "panties and pasties", "a skimpy loincloth", "a thong")>>
+<<set _model.clothes = either("boyshorts", "a bra", "kitty lingerie", "panties and pasties", "a skimpy loincloth", "a thong", "pasties")>>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
 		<<SlaveArt _model 1 0>>
diff --git a/src/uncategorized/wardrobeUse.tw b/src/uncategorized/wardrobeUse.tw
index 0309112121b208f18d5ff45bac8bfea7aac0ea24..32dab5ccdb2dbb72cbbaa3af3dc9f1c7292291ac 100644
--- a/src/uncategorized/wardrobeUse.tw
+++ b/src/uncategorized/wardrobeUse.tw
@@ -129,6 +129,8 @@
 			<<option "an oversized t-shirt"  "Oversized t-shirt">>
 		<<optionif `isItemAccessible("panties and pasties")`>>
 			<<option "panties and pasties"  "Panties and pasties">>
+		<<optionif `isItemAccessible("pasties")`>>
+			<<option "pasties"  "Pasties">>
 		<<optionif>>
 		<<option "panties"  "Panties">>
 		<<optionif `isItemAccessible("a police uniform")`>>
diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw
index 20f712f69144d696c382bfe62b10f7b7146cf6fd..84898265c792ae83fb4a92841c8f20199b77b2bb 100644
--- a/src/utility/birthWidgets.tw
+++ b/src/utility/birthWidgets.tw
@@ -1293,7 +1293,7 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared
 
 <<switch $slaves[$i].clothes>>
 
-<<case "a sports bra" "striped panties" "a scalemail bikini" "a string bikini" "a tube top and thong" "a bra" "a button-up shirt" "a sweater" "a tank-top" "a thong" "a tube top" "a one-piece swimsuit" "a striped bra" "a skimpy loincloth" "a t-shirt" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "boyshorts" "panties" "sport shorts and a t-shirt" "a t-shirt and panties" "panties and pasties" "striped underwear" "sport shorts and a sports bra" "sport shorts" "a slutty outfit">> /* easy or pointless to remove */
+<<case "a sports bra" "striped panties" "a scalemail bikini" "a string bikini" "a tube top and thong" "a bra" "a button-up shirt" "a sweater" "a tank-top" "a thong" "a tube top" "a one-piece swimsuit" "a striped bra" "a skimpy loincloth" "a t-shirt" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "boyshorts" "panties" "sport shorts and a t-shirt" "a t-shirt and panties" "panties and pasties" "pasties" "striped underwear" "sport shorts and a sports bra" "sport shorts" "a slutty outfit">> /* easy or pointless to remove */
 	<<if _clothesSeed < 90>>
 		<<set _undressed = 1>>
 	<</if>>
@@ -1726,7 +1726,7 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared
 		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his dress reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
 	<</if>>
 
-<<case "a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "a skimpy loincloth" "a sports bra" "a t-shirt" "an oversized t-shirt">>
+<<case "a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "a skimpy loincloth" "a sports bra" "a t-shirt" "an oversized t-shirt" "pasties">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index 9139455db90769c8f61e106115c5c9fe2c271a7c..4c99a53fab69cacbf27cc875d40e46af1c01cde6 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -876,7 +876,7 @@
 				<<else>>
 					entirely conceals $his breasts.
 				<</if>>
-			<<case "leather pants and pasties" "panties and pasties">>
+			<<case "leather pants and pasties" "panties and pasties" "pasties">>
 				$activeSlave.slaveName's breasts
 				<<if $activeSlave.boobs > 12000>>
 					are completely bare, except for the pasties covering $his nipples.
@@ -2201,7 +2201,7 @@ $His
 			<<else>>
 				butt.
 			<</if>>
-		<<case "a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "an oversized t-shirt" "a t-shirt" "a sports bra">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "an oversized t-shirt" "a t-shirt" "a sports bra" "pasties">>
 			$His clothing leaves $his
 			<<if $activeSlave.butt > 10>>
 				mammoth ass completely bare.
@@ -3435,6 +3435,14 @@ $He's got a
 			<<else>>
 				$activeSlave.slaveName's outfit does nothing to conceal $his pussy.
 			<</if>>
+		<<case "pasties">>
+			<<if $activeSlave.dick > 0>>
+				$activeSlave.slaveName's cock is completely exposed, save for the pastie covering its head.
+			<<elseif $activeSlave.vagina == -1>>
+				$activeSlave.slaveName's featureless groin is completely exposed, save for the pastie covering $his secret hole.
+			<<else>>
+				$activeSlave.slaveName's pussy is completely exposed, save for the pastie covering $his clit.
+			<</if>>
 		<<case "a gothic lolita dress">>
 			<<if $activeSlave.dick > 6>>
 				When $he moves, something occasionally bulges the front of $his dress.
@@ -4774,6 +4782,11 @@ $He's got a
 	<<if $showBodyMods == 1>>
 		<<dickTatDescription>>
 		<<dickPiercingDescription>>
+		<<if $activeSlave.brand != 0>>
+			<<if ($activeSlave.brandLocation == "penis" && $activeSlave.dick > 0) || (["testicles", "left testicle", "right testicle"].includes($activeSlave.brandLocation) && $activeSlave.scrotum > 0)>>
+				<<= App.Desc.brand($activeSlave)>>
+			<</if>>
+		<</if>>
 	<</if>>
 <</if>>
 
@@ -12907,7 +12920,7 @@ $He has
 			<<elseif $activeSlave.muscles > 30>>
 				$activeSlave.slaveName's outfit barely shows the contours of $his abdominal muscles.
 			<</if>>
-		<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
+		<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
 			<<if $activeSlave.belly >= 1000000>>
 				//WIP//
 			<<elseif $activeSlave.belly >= 750000>>
@@ -18384,7 +18397,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				The heavy fabric of $activeSlave.slaveName's burqa lies taut against $his titanic implant-filled belly.
 			<<case "a nice pony outfit" "a slutty pony outfit">>
 				The leather material of $activeSlave.slaveName's pony outfit lies taut against $his titanic implant-filled belly.
-			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
+			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
 				$activeSlave.slaveName's outfit completely bares $his titanic implant-filled belly.
 			<<case "a one-piece swimsuit">>
 				$activeSlave.slaveName's swimsuit lies completely taut on $his titanic implant-filled belly.
@@ -18604,7 +18617,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's burqa is filled out by $his huge implant-filled belly.
 			<<case "a nice pony outfit" "a slutty pony outfit">>
 				The leather material of $activeSlave.slaveName's pony outfit lies taut against $his huge implant-filled belly.
-			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
+			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
 				$activeSlave.slaveName's outfit completely bares $his huge implant-filled belly.
 			<<case "a one-piece swimsuit">>
 				$activeSlave.slaveName's swimsuit lies completely taut on $his huge implant-filled belly.
@@ -18823,7 +18836,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's burqa is noticeably rounded out by $his huge implant-filled belly.
 			<<case "a nice pony outfit" "a slutty pony outfit">>
 				The leather material of $activeSlave.slaveName's pony outfit is noticeably rounded out by $his huge implant-filled belly.
-			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
+			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
 				$activeSlave.slaveName's outfit completely bares $his huge implant-filled belly.
 			<<case "a one-piece swimsuit">>
 				$activeSlave.slaveName's swimsuit is noticeably rounded out by $his huge implant-filled belly.
@@ -19043,7 +19056,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				There is a slight roundness to the middle of $activeSlave.slaveName's burqa, thanks to $his implant-filled belly.
 			<<case "a nice pony outfit" "a slutty pony outfit">>
 				There is a slight roundness to the middle of $activeSlave.slaveName's pony outfit, thanks to $his implant-filled belly.
-			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
+			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
 				$activeSlave.slaveName's outfit completely bares $his implant-filled belly.
 			<<case "a one-piece swimsuit">>
 				There is a slight roundness to the middle of $activeSlave.slaveName's swimsuit, thanks to $his implant-filled belly.
@@ -19265,7 +19278,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's fat belly just manages to brush up against $his burqa.
 			<<case "a nice pony outfit" "a slutty pony outfit">>
 				$activeSlave.slaveName's fat belly molds itself against $his pony outfit.
-			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
+			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
 				$activeSlave.slaveName's outfit completely bares $his fat belly.
 			<<case "a one-piece swimsuit">>
 				$activeSlave.slaveName's fat belly just manages to brush up against $his swimsuit.
@@ -19485,7 +19498,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's burqa is filled out by $his implant-swollen belly.
 			<<case "a nice pony outfit" "a slutty pony outfit">>
 				$activeSlave.slaveName's pony outfit is rounded out by $his implant-swollen belly.
-			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
+			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
 				$activeSlave.slaveName's outfit completely bares $his implant-swollen belly.
 			<<case "a one-piece swimsuit">>
 				$activeSlave.slaveName's swimsuit is rounded out by $his implant-swollen belly.
@@ -19963,7 +19976,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's burqa is noticeably rounded out by $his hugely swollen belly.
 			<<case "a nice pony outfit" "a slutty pony outfit">>
 				$activeSlave.slaveName's pony outfit is noticeably rounded out by $his hugely swollen belly.
-			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
+			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
 				$activeSlave.slaveName's outfit completely bares $his hugely swollen belly.
 			<<case "a one-piece swimsuit">>
 				$activeSlave.slaveName's swimsuit is noticeably rounded out by $his hugely swollen belly.
@@ -20178,7 +20191,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				There is a slight roundness to the middle of $activeSlave.slaveName's burqa, thanks to $his jiggling <<print $activeSlave.inflationType>>-filled belly.
 			<<case "a nice pony outfit" "a slutty pony outfit">>
 				There is a slight roundness to the middle of $activeSlave.slaveName's pony outfit, thanks to $his jiggling <<print $activeSlave.inflationType>>-filled belly.
-			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
+			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
 				$activeSlave.slaveName's outfit completely bares $his jiggling <<print $activeSlave.inflationType>>-filled belly.
 			<<case "a one-piece swimsuit">>
 				There is a slight roundness to the middle of $activeSlave.slaveName's swimsuit, thanks to $his jiggling <<print $activeSlave.inflationType>>-filled belly.
@@ -20395,7 +20408,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's fat belly just manages to brush up against $his burqa.
 			<<case "a nice pony outfit" "a slutty pony outfit">>
 				$activeSlave.slaveName's fat belly molds itself against $his pony outfit.
-			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
+			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
 				$activeSlave.slaveName's outfit completely bares $his fat belly.
 			<<case "a one-piece swimsuit">>
 				$activeSlave.slaveName's fat belly just manages to brush up against $his swimsuit.
@@ -20613,7 +20626,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's burqa is filled out by $his <<print $activeSlave.inflationType>>-swollen belly.
 			<<case "a nice pony outfit" "a slutty pony outfit">>
 				$activeSlave.slaveName's pony outfit is rounded out by $his <<print $activeSlave.inflationType>>-swollen belly.
-			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
+			<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "pasties" "sport shorts and a sports bra" "jeans" "leather pants and a tube top" "sport shorts">>
 				$activeSlave.slaveName's outfit completely bares $his <<print $activeSlave.inflationType>>-swollen belly.
 			<<case "a one-piece swimsuit">>
 				$activeSlave.slaveName's swimsuit is rounded out by $his <<print $activeSlave.inflationType>>-swollen belly.
diff --git a/src/utility/descriptionWidgetsPiercings.tw b/src/utility/descriptionWidgetsPiercings.tw
index 415a1673df997f2316096c3c1246f0e04c3c0a48..f06764dde47d174fdc7c9c982b8f7ea72609c401 100644
--- a/src/utility/descriptionWidgetsPiercings.tw
+++ b/src/utility/descriptionWidgetsPiercings.tw
@@ -39,7 +39,7 @@
 				$He's wearing bronze earrings shaped like crucifixes.
 			<<case "a long qipao" "a slutty qipao">>
 				$His golden earrings resemble Eastern-style dragons.
-			<<case "a string bikini" "cutoffs and a t-shirt" "a t-shirt and panties" "panties and pasties" "jeans" "a sweater and cutoffs">>
+			<<case "a string bikini" "cutoffs and a t-shirt" "a t-shirt and panties" "panties and pasties" "pasties" "jeans" "a sweater and cutoffs">>
 				$He's wearing girly earrings.
 			<<case "a schoolgirl outfit">>
 				$He's wearing small girlish earrings.
@@ -487,7 +487,7 @@ $He has a corset piercing, a ladder of steel rings running up each side of $his
 <<case "overalls">>
 	the straps of $his overalls run on each side of these loops.
 
-<<case "a bra" "a skimpy loincloth" "a striped bra" "a thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "striped panties" "striped underwear">>
+<<case "a bra" "a skimpy loincloth" "a striped bra" "a thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "striped panties" "striped underwear">>
 	the piercings are plainly visible on $his bare back.
 
 <<case "a tube top" "a tube top and thong" "a slutty klan robe" "a slutty pony outfit" "a sports bra" "a tank-top and panties" "leather pants and a tube top">>
diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw
index f5fc4fe9c2035dca62e45b905943a560e6839c6f..ad58c922d7ebc7d379551e4ce5973009f6b28858 100644
--- a/src/utility/descriptionWidgetsStyle.tw
+++ b/src/utility/descriptionWidgetsStyle.tw
@@ -668,7 +668,7 @@ $activeSlave.slaveName is
 		<<footwearDescription>>
 	<</if>>
 
-<<case "a bra" "a sports bra" "a striped bra">>
+<<case "a bra" "a sports bra" "a striped bra" "pasties">>
 	which only covers $his
 	<<if ($activeSlave.amp == 1)>>
 		breasts.
@@ -1092,7 +1092,7 @@ $His
 			is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties" "pasties">>
 			is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is kept out of $his face by a couple of sporty hairpins.
@@ -1154,7 +1154,7 @@ $His
 			is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is kept out of $his face by a couple of sporty hairpins.
@@ -1216,7 +1216,7 @@ $His
 			is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is kept out of $his face by a couple of sporty hairpins.
@@ -1276,7 +1276,7 @@ $His
 			is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is kept out of $his face by a couple of sporty hairpins.
@@ -1338,7 +1338,7 @@ $His
 			is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is kept out of $his face by a couple of sporty hairpins.
@@ -1399,7 +1399,7 @@ $His
 			is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is kept out of $his face by a couple of sporty hairpins.
@@ -1460,7 +1460,7 @@ $His
 			is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is kept out of $his face by a couple of sporty hairpins.
@@ -1505,7 +1505,7 @@ $His
 			is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is kept out of $his face by a couple of sporty hairpins.
@@ -1589,7 +1589,7 @@ $His
 			is in long tails and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is in long tails and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is in long tails and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is in long tails and is kept out of $his face by a couple of sporty hairpins.
@@ -1667,7 +1667,7 @@ $His
 			is in long tails and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is in long tails and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is in long tails and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is in long tails and is kept out of $his face by a couple of sporty hairpins.
@@ -1745,7 +1745,7 @@ $His
 			is in short braids and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is in short braids and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is in short braids and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is in short braids and is kept out of $his face by a couple of sporty hairpins.
@@ -1772,7 +1772,7 @@ $His
 			is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is kept out of $his face by a couple of sporty hairpins.
@@ -1854,7 +1854,7 @@ $His
 			is in a long ponytail and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is in a long ponytail and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is in a long ponytail and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is in a long ponytail and is kept out of $his face by a couple of sporty hairpins.
@@ -1932,7 +1932,7 @@ $His
 			is in a long ponytail and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is in a long ponytail and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is in a long ponytail and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is in a long ponytail and is kept out of $his face by a couple of sporty hairpins.
@@ -2010,7 +2010,7 @@ $His
 			is in a ponytail and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is in a ponytail and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is in a ponytail and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is in a ponytail and is kept out of $his face by a couple of sporty hairpins.
@@ -2097,7 +2097,7 @@ $His
 			is in long braids and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is in long braids and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is in long braids and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is in long braids and is kept out of $his face by a couple of sporty hairpins.
@@ -2171,7 +2171,7 @@ $His
 			is in braids and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is in braids and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is in braids and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is in braids and is kept out of $his face by a couple of sporty hairpins.
@@ -2245,7 +2245,7 @@ $His
 			is in short braids and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is in short braids and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is in short braids and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is in short braids and is kept out of $his face by a couple of sporty hairpins.
@@ -2332,7 +2332,7 @@ $His
 			is in long dreadlocks and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is in long dreadlocks and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is in long dreadlocks and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is in long dreadlocks and is kept out of $his face by a couple of sporty hairpins.
@@ -2410,7 +2410,7 @@ $His
 			is in dreadlocks and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is in dreadlocks and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is in dreadlocks and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is in dreadlocks and is kept out of $his face by a couple of sporty hairpins.
@@ -2484,7 +2484,7 @@ $His
 			is in short dreadlocks and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is in short dreadlocks and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is in short dreadlocks and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is in short dreadlocks and is kept out of $his face by a couple of sporty hairpins.
@@ -2571,7 +2571,7 @@ $His
 			is curled into long flowing locks and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is curled into long flowing locks and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is curled into long flowing locks and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is curled into long flowing locks and is kept out of $his face by a couple of sporty hairpins.
@@ -2645,7 +2645,7 @@ $His
 			is curled into long locks and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is curled into long locks and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is curled into long locks and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is curled into long locks and is kept out of $his face by a couple of sporty hairpins.
@@ -2719,7 +2719,7 @@ $His
 			is curled into short locks and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is curled into short locks and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is curled into short locks and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is curled into short locks and is kept out of $his face by a couple of sporty hairpins.
@@ -2806,7 +2806,7 @@ $His
 			is permed and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is permed and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is permed and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is permed and is kept out of $his face by a couple of sporty hairpins.
@@ -2880,7 +2880,7 @@ $His
 			is permed and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is permed and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is permed and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is permed and is kept out of $his face by a couple of sporty hairpins.
@@ -2956,7 +2956,7 @@ $His
 			is permed into short waves and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is permed into short waves and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is permed into short waves and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is permed into short waves and is kept out of $his face by a couple of sporty hairpins.
@@ -3012,7 +3012,7 @@ $His
 			is in luxurious layered locks and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is in luxurious layered locks and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is in luxurious layered locks and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is in luxurious layered locks and is kept out of $his face by a couple of sporty hairpins.
@@ -3072,7 +3072,7 @@ $His
 			is in luxurious layered locks and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is in luxurious layered locks and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is in luxurious layered locks and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is in luxurious layered locks and is kept out of $his face by a couple of sporty hairpins.
@@ -3132,7 +3132,7 @@ $His
 			is in luxurious short layered locks and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is in luxurious short layered locks and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is in luxurious short layered locks and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is in luxurious short layered locks and is kept out of $his face by a couple of sporty hairpins.
@@ -3186,7 +3186,7 @@ $His
 			is in luxurious short layered locks and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is in luxurious short layered locks and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is in luxurious short layered locks and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is in luxurious short layered locks and is kept out of $his face by a couple of sporty hairpins.
@@ -3252,7 +3252,7 @@ $His
 			is shaved into a strip and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is shaved into a strip and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is shaved into a strip and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is shaved into a strip and is kept out of $his face by a couple of sporty hairpins.
@@ -3305,7 +3305,7 @@ $His
 			is shaved into a long braided strip and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is shaved into a long braided strip and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is shaved into a long braided strip and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is shaved into a long braided strip and is kept out of $his face by a couple of sporty hairpins.
@@ -3358,7 +3358,7 @@ $His
 			is shaved into a strip and is kept out of $his face by a couple of simple barrettes.
 		<<case "a gothic lolita dress">>
 			is shaved into a strip and is kept out of $his face by a dark-colored headband.
-		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
+		<<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">>
 			is shaved into a strip and is kept out of $his face by a couple of cute hairpins.
 		<<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">>
 			is shaved into a strip and is kept out of $his face by a couple of sporty hairpins.
@@ -4294,7 +4294,7 @@ $His
 		nothing on $his feet, each individual toe of which is perfectly wrapped by the bodysuit.
 	<</switch>>
 
-<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "boyshorts" "cutoffs" "panties" "panties and pasties" "jeans" "a button-up shirt and panties" "a button-up shirt" "a t-shirt and jeans" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and panties" "a t-shirt" "a sweater and cutoffs" "a sweater" "a tank-top" "a sweater and panties" "a tank-top and panties" "a t-shirt and thong">>
+<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "boyshorts" "cutoffs" "panties" "panties and pasties" "pasties" "jeans" "a button-up shirt and panties" "a button-up shirt" "a t-shirt and jeans" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and panties" "a t-shirt" "a sweater and cutoffs" "a sweater" "a tank-top" "a sweater and panties" "a tank-top and panties" "a t-shirt and thong">>
 	<<switch $activeSlave.shoes>>
 	<<case "flats">>
 		a pair of comfortable shoes.
@@ -5351,7 +5351,7 @@ $His
 		$His support band is completely exposed between $his top and bottom.
 	<</if>>
 
-<<case "a bra" "a striped bra" "a sports bra" "a thong" "panties" "a tube top" "a skimpy loincloth" "boyshorts" "cutoffs" "jeans" "sport shorts" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties and pasties">>
+<<case "a bra" "a striped bra" "a sports bra" "a thong" "panties" "a tube top" "a skimpy loincloth" "boyshorts" "cutoffs" "jeans" "sport shorts" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties and pasties" "pasties">>
 	<<if $activeSlave.bellyAccessory == "a corset">>
 		$His sturdy corset is completely exposed.
 	<<elseif $activeSlave.bellyAccessory == "an extreme corset">>
@@ -5795,7 +5795,7 @@ $His
 		<<else>>
 			allows easy access to $his anus.
 		<</if>>
-	<<case "conservative clothing" "a toga" "huipil" "cutoffs and a t-shirt" "battledress" "a long qipao" "battlearmor" "a mounty outfit" "lederhosen" "a dirndl" "a biyelgee costume" "slutty business attire" "nice business attire" "a military uniform" "a bunny outfit" "a nice nurse outfit" "a schutzstaffel uniform" "a slutty schutzstaffel uniform" "a red army uniform" "a tube top and thong" "a button-up shirt and panties" "a gothic lolita dress" "a hanbok" "a bra" "a button-up shirt" "a nice pony outfit" "a sweater" "a tank-top" "a thong" "a tube top" "a one-piece swimsuit" "a police uniform" "a striped bra" "a skimpy loincloth" "a slutty klan robe" "a slutty pony outfit" "a sports bra" "a sweater and panties" "a t-shirt" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "sport shorts and a t-shirt" "a t-shirt and panties" "panties and pasties" "striped underwear" "sport shorts and a sports bra" "jeans" "a sweater and cutoffs" "leather pants and a tube top" "sport shorts">>
+	<<case "conservative clothing" "a toga" "huipil" "cutoffs and a t-shirt" "battledress" "a long qipao" "battlearmor" "a mounty outfit" "lederhosen" "a dirndl" "a biyelgee costume" "slutty business attire" "nice business attire" "a military uniform" "a bunny outfit" "a nice nurse outfit" "a schutzstaffel uniform" "a slutty schutzstaffel uniform" "a red army uniform" "a tube top and thong" "a button-up shirt and panties" "a gothic lolita dress" "a hanbok" "a bra" "a button-up shirt" "a nice pony outfit" "a sweater" "a tank-top" "a thong" "a tube top" "a one-piece swimsuit" "a police uniform" "a striped bra" "a skimpy loincloth" "a slutty klan robe" "a slutty pony outfit" "a sports bra" "a sweater and panties" "a t-shirt" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "sport shorts and a t-shirt" "a t-shirt and panties" "panties and pasties" "pasties" "striped underwear" "sport shorts and a sports bra" "jeans" "a sweater and cutoffs" "leather pants and a tube top" "sport shorts">>
 		/* We could use chastity belt descriptions! */
 	<<default>>
 		<<if ($activeSlave.anus > 2)>>