diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw
index 421b217c729d8aaf5fa4c84bbf257386a2203711..b1df4ff92ca28bd4ca6c18db287696edef4ab200 100644
--- a/src/uncategorized/costsBudget.tw
+++ b/src/uncategorized/costsBudget.tw
@@ -1067,35 +1067,6 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
 		</tr>
 	<</if>>
 
-	<<if $lastWeeksCashIncome.extraMilk || $lastWeeksCashExpenses.extraMilk>>
-		<tr>
-			<td>Extra Milk</td>
-			<td>
-				<<if Math.trunc($lastWeeksCashIncome.extraMilk) > 0>>
-					@@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.extraMilk))>>@@
-				<<else>>
-					<<print cashFormat(Math.trunc($lastWeeksCashIncome.extraMilk))>>
-				<</if>>
-			</td>
-			<td>
-				<<if Math.trunc($lastWeeksCashExpenses.extraMilk) < 0>>
-					@@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.extraMilk)))>>@@
-				<<else>>
-					<<print cashFormat(Math.trunc($lastWeeksCashExpenses.extraMilk))>>
-				<</if>>
-			</td>
-			<td>
-				<<set $lastWeeksCashProfits.extraMilk = ($lastWeeksCashIncome.extraMilk + $lastWeeksCashExpenses.extraMilk)>>
-				<<if $lastWeeksCashProfits.extraMilk > 0>>
-					@@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.extraMilk))>>@@
-				<<elseif Math.trunc($lastWeeksCashProfits.extraMilk) == 0>>
-					<<print cashFormat(Math.trunc($lastWeeksCashProfits.extraMilk))>>
-				<<else>>
-					@@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.extraMilk)))>>@@
-				<</if>>
-			</td>
-		</tr>
-	<</if>>
 	<<if $lastWeeksCashIncome.menialTransfer || $lastWeeksCashExpenses.menialTransfer>>
 		<tr>
 			<td>Menials: [[Assistant's|Personal assistant options][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] flipping</td>
diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw
index a3c931fc95377fe9a68943b62efa14758ec050d5..71f38f0b9aad3bf4fbad5005a11331013dd21058 100644
--- a/src/uncategorized/sellSlave.tw
+++ b/src/uncategorized/sellSlave.tw
@@ -780,7 +780,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*0.9)/500))>>'' from a polite older citizen looking for a housekeeper and bedwarmer.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*0.9)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "housekeeper">>
 	<</link>>
 	<</if>>
@@ -794,7 +794,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a male citizen who wants to ensure his posterity by using $him to carry his children.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.05)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "preg fetishist">>
 	<</link>>
 	<</if>>
@@ -805,7 +805,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from an organ modifier interested in $his anal womb.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.05)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "organ crafter">>
 	<</link>>
 	<</if>>
@@ -817,7 +817,7 @@ __Bids Received__
 	<br>''<<print cashFormat(400*Math.trunc(($slaveCost*1.05)/500))>>'' from a pharmaceuticals corporation looking for fertile virgins for testing extreme fertility drugs.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 400*Math.trunc(($slaveCost*1.05)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "womb filler">>
 	<</link>>
 	<</if>>
@@ -831,7 +831,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a fellow arcology owner seeking a smart, pretty slave to use as a breeder to produce superior children.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "eugenics arcology">>
 	<</link>>
 	<</if>>
@@ -845,7 +845,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a fellow arcology owner focusing on building a future society based on his genes: he seeks fertile virgins with wide hips, feeling they will be the best mothers.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.05)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "repopulationist arcology">>
 	<</link>>
 	<</if>>
@@ -857,7 +857,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.3)/500))>>'' from a slave trader with a notorious virgin impregnation fetish: he uses his work to provide himself with an endless supply of virgins to knock up and resell.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.3)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "virgin trader">>
 	<</link>>
 	<</if>>
@@ -873,7 +873,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a group that takes pleasure in performing abortions on live TV.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 400*Math.trunc(($slaveCost*1.05)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "abortion TV">>
 	<</link>>
 	<</if>>
@@ -887,7 +887,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a female citizen with a very specific fetish: she loves breasts to the point of enjoying slaves with nipples large enough to meaningfully penetrate her.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.05)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "nipple fetishist">>
 	<</link>>
 	<</if>>
@@ -898,7 +898,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a male citizen with a kink that's hard to satisfy: he loves nipple fucking, but hates how breasts just don't work that way.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "nipple fetishist">>
 	<</link>>
 	<</if>>
@@ -911,7 +911,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a citizen who enjoys buttfucking slaves with the necessary equipment, willingness, and anal skill to reward his efforts with messy, hands-free orgasms of their own.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.05)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "anal fetishist">>
 	<</link>>
 	<</if>>
@@ -925,7 +925,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from an unusually well-endowed citizen who strongly prefers oral sex with willing partners who can deepthroat him successfully.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.05)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "oral fetishist">>
 	<</link>>
 	<</if>>
@@ -938,7 +938,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a sadistic citizen who likes hurting her slaves, dislikes masochists for their enjoyment of her treatment, yet prefers slaves who will not hate her.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.05)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "pain fetishist">>
 	<</link>>
 	<</if>>
@@ -952,7 +952,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a sadistic citizen who is looking for an imposing, stupid slave she can train to rape her victims on command.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.05)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "sadism fetishist">>
 	<</link>>
 	<</if>>
@@ -967,7 +967,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a newly wealthy citizen who is expanding his household and is interested in smart, educated, and obedient slaves for leadership roles.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.05)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "dom fetishist">>
 	<</link>>
 	<</if>>
@@ -981,7 +981,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a citizen whose job keeps her deskbound; bored, she's looking for a devoted oral slave to occupy the space under the desk and be her constant pussylicking appliance.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.05)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "sub fetishist">>
 	<</link>>
 	<</if>>
@@ -993,7 +993,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.3)/500))>>'' from a wealthy citizen infamous for cruelly raping anal virgins in public; he buys and abuses a new one every few weeks.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.3)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "buttbreaker">>
 	<</link>>
 	<</if>>
@@ -1006,7 +1006,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a small, local slave trainer interested in using $him to help train new slaves in the sexual arts.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "trainer staffing">>
 	<</link>>
 	<</if>>
@@ -1023,7 +1023,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.4)/500))>>'' from a skilled slave trainer who feels that MILFs make the best slave trainers.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.4)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "D milf staffing">>
 	<</link>>
 	<</if>>
@@ -1041,7 +1041,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a prominent citizen with a notorious fetish for fertile, natural cows.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "D hucow">>
 	<</link>>
 	<</if>>
@@ -1058,7 +1058,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who's pursuing some sort of mercenary project that requires worryingly large numbers of thin <<print $girl>>s with sharp teeth.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.35)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "D startled the witch">>
 	<</link>>
 	<</if>>
@@ -1075,7 +1075,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who appreciates <<print $girl>>s who are both vaginal virgins and anal veterans.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.35)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "D virgin asspussy">>
 	<</link>>
 	<</if>>
@@ -1092,7 +1092,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen with moist palms who insistently refers to $him as "his waifu," whatever that means.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.35)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "D waifu">>
 	<</link>>
 	<</if>>
@@ -1109,7 +1109,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who likes to provide his favored, well-endowed slaves with subordinate, orally skilled dickgirls with nice butts.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.35)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "D oral servants">>
 	<</link>>
 	<</if>>
@@ -1128,7 +1128,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who prefers slaves that look like demure <<print $girl>>s with their clothes on, and are willing to take cock up their pretty asspussies.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.35)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "D trap lover">>
 	<</link>>
 	<</if>>
@@ -1147,7 +1147,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from an eccentric citizen notorious for keeping tall slaves with huge soft butts, just so he can bury himself between their cheeks when they're standing.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.35)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "D butt bury">>
 	<</link>>
 	<</if>>
@@ -1167,7 +1167,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen with strong opinions on futas: he likes a feminine $girl with a nice cock, a lovely pussy, no visible balls and yet the ability to get hard, and plentifully milky nipples.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.35)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "D milky herm">>
 	<</link>>
 	<</if>>
@@ -1188,7 +1188,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen whose friends never let him hear the end of his incorrigibly romantic treatment of his apartment full of amazons.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.35)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "D amazon hunter">>
 	<</link>>
 	<</if>>
@@ -1207,7 +1207,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who keeps a large harem of lithe, muscular <<print $girl>>s to bear him children.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.35)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "D shorty breeder">>
 	<</link>>
 	<</if>>
@@ -1226,7 +1226,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who's looking for a fresh, skilled pair of lips eager to wrap around a thick cock.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.35)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "D oral servants">>
 	<</link>>
 	<</if>>
@@ -1245,7 +1245,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.15)/500))>>'' from a prominent citizen who's a notoriously inexperienced lover; it's painfully obvious that he prefers inexperienced slaves as they make him feel less insecure.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.15)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "D r9k">>
 	<</link>>
 	<</if>>
@@ -1263,7 +1263,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a prominent citizen who takes unusually close interest in $his health and muscle tone, and cannot quite hide his salivation as he does so.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "D cannibal">>
 	<</link>>
 	<</if>>
@@ -1277,7 +1277,7 @@ __Bids Received__
 	<br>''<<print cashFormat(200*Math.trunc(($slaveCost*2)/200))>>'' from an obsessive fan who absolutely must have $him for himself.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 200*Math.trunc(($slaveCost*2)/200)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "obsessed fan">>
 	<</link>>
 	<</if>>
@@ -1286,7 +1286,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.3)/500))>>'' from a studio interested in continued production of $his porn.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.3)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "porn studio">>
 	<</link>>
 	<</if>>
@@ -1298,7 +1298,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in educating slaves and reselling them at a profit.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "teaching trainer">>
 	<</link>>
 	<</if>>
@@ -1311,7 +1311,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in filling slaves with implants before resale.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "implanting trainer">>
 	<</link>>
 	<</if>>
@@ -1324,7 +1324,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in fixing slaves who have been surgically ruined with overimplantation.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "purifying trainer">>
 	<</link>>
 	<</if>>
@@ -1339,7 +1339,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in slimming down fat slaves to appeal to buyers who prefer slim <<print $girl>>s.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "slimming trainer">>
 	<</link>>
 	<</if>>
@@ -1356,7 +1356,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in improving slaves with disappointing assets; they prefer pharmaceutical means but are not averse to surgical intervention if necessary.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "broadening trainer">>
 	<</link>>
 	<</if>>
@@ -1372,7 +1372,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in getting $women ready to be dairy cows by using aggressive hormonal and pharmaceutical treatment to balloon their tits.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "cow trainer">>
 	<</link>>
 	<</if>>
@@ -1387,7 +1387,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in feminizing imperfect shemales; an orchiectomy is invariably their first step.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "clipping trainer">>
 	<</link>>
 	<</if>>
@@ -1402,7 +1402,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in creating proper slave $women from raw material that falls short of that ideal but has potential anyway.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "reassignment trainer">>
 	<</link>>
 	<</if>>
@@ -1416,7 +1416,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner working towards autarkic slave pastoralism. He's awed by $his milk productivity.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "pastoralist arcology">>
 	<</link>>
 	<</if>>
@@ -1430,7 +1430,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner building a facsimile of ancient Egypt. He's in the market for wise and educated slaves willing to pass on their skills.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "egyptian revivalist arcology">>
 	<</link>>
 	<</if>>
@@ -1445,7 +1445,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner building a recreation of the Great Aztec Empire. He's in the market for willing, strong and combat ready slaves, to bolster his empire
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "aztec revivalist arcology">>
 	<</link>>
 	<</if>>
@@ -1460,7 +1460,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner building a facsimile of classical Rome. He's in the market for slaves with basic combat skills to fight in modern gladiatorial combats.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "roman revivalist arcology">>
 	<</link>>
 	<</if>>
@@ -1474,7 +1474,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner with interesting religious beliefs, which require beautiful slaves to be available to the public. Since $activeSlave.slaveName is pretty and not heavily used, he considers it a duty to buy $him and make $him a holy prostitute.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "chattel religionist arcology">>
 	<</link>>
 	<</if>>
@@ -1488,7 +1488,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner devoted to muscular ladies. He seems to feel that $activeSlave.slaveName is not at $his true potential, and wants a try at improving $his physique himself.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "physical idealist arcology">>
 	<</link>>
 	<</if>>
@@ -1503,7 +1503,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner devoted to chubby ladies. He seems to feel that $activeSlave.slaveName can handle a fair bit more weight, and wants a try at fattening $him up himself.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "hedonistic decadence arcology">>
 	<</link>>
 	<</if>>
@@ -1519,7 +1519,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/400))>>'' from a chef that likes stuffing more than just turkeys.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/400)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "stuffer chef">>
 	<</link>>
 	<</if>>
@@ -1534,7 +1534,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner who loves breast implants. Since large natural breasts can support larger implants, he seems to feel $activeSlave.slaveName has good potential to be implanted up to a truly gigantic size without too much stretching.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "transformation fetishist arcology">>
 	<</link>>
 	<</if>>
@@ -1548,7 +1548,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner who never fails to dream big. He's interested in $him mostly for growth potential, since $his assets have grown so big, so young.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "asset expansionist arcology">>
 	<</link>>
 	<</if>>
@@ -1564,7 +1564,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner with simple tastes. He likes his slaves young, slim, and reasonably innocent.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "slimness enthusiast arcology">>
 	<</link>>
 	<</if>>
@@ -1580,7 +1580,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner with a hatred of implants that reaches missionary zeal. He buys slaves full of silicone, removes their implants, reconditions them, and resells them whenever his finances will permit.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "body purist arcology">>
 	<</link>>
 	<</if>>
@@ -1593,7 +1593,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner who runs a terrifyingly degrading society. He prefers slaves who have been well-treated previously; it lends their screams a certain special authenticity.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "degradationist arcology">>
 	<</link>>
 	<</if>>
@@ -1606,7 +1606,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner with an almost messianic calling to educate and improve slaves, though somewhat hypocritically, he prefers to start with reasonably obedient <<print $girl>>s, which usually means slaves broken by someone else.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "paternalist arcology">>
 	<</link>>
 	<</if>>
@@ -1623,7 +1623,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner who likes willing, uncomplicated young ladies with bouncing boobs and big butts. He's an uncomplicated sort.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "gender fundamentalist arcology">>
 	<</link>>
 	<</if>>
@@ -1640,7 +1640,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner with a notorious fetish for the process of feminization. He prefers diamonds in the rough, because the process of polishing is so much fun.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "gender radicalist arcology">>
 	<</link>>
 	<</if>>
@@ -1655,7 +1655,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner with a strongly held belief that $activeSlave.race people should not be slaves. He devotes as much of his resources as he can to manumission of such <<print $girl>>s, concentrating on the downtrodden.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "supremacist arcology">>
 	<</link>>
 	<</if>>
@@ -1670,7 +1670,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner working on a project to breed a race of $activeSlave.race people with natural, unquestioning obedience. He clearly considers $him good stock for the project.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "subjugationist arcology">>
 	<</link>>
 	<</if>>
@@ -1684,7 +1684,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a cheap brothel chain that operates a franchise on a lower level of the arcology.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "cheap brothel">>
 	<</link>>
 	<</if>>
@@ -1698,7 +1698,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a factory farm notorious for extracting every drop of value from its slaves' bodies.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "factory farm">>
 	<</link>>
 	<</if>>
@@ -1712,7 +1712,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a sex arcade that maintains good service quality by rapidly cycling new slaves through their facilities.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "arcade">>
 	<</link>>
 	<</if>>
@@ -1728,7 +1728,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a high-volume breeding operation interested in $him mostly for $his healthy, functional womb.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "volume breeder">>
 	<</link>>
 	<</if>>
@@ -1744,7 +1744,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a group of partners that run a handsome brothel off the promenade.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "nice brothel">>
 	<</link>>
 	<</if>>
@@ -1759,7 +1759,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*0.8)/500))>>'' from a free-range farm that pays for the high costs of high quality livestock care by aggressively marketing its cruelty-free products.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*0.8)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "free range">>
 	<</link>>
 	<</if>>
@@ -1774,7 +1774,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from an organ harvesting firm that acquires healthy raw materials cheaply.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1.2)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "harvester">>
 	<</link>>
 	<</if>>
@@ -1786,7 +1786,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1)/500))>>'' from a manufacturer of large sexual appliances that include a living inmate, drugged into helplessness.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*1)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "fuckdoll">>
 	<</link>>
 	<</if>>
@@ -1800,7 +1800,7 @@ __Bids Received__
 	<br>''<<print cashFormat(7000)>>'' from a porn director interested in a cheap slave with a belly implant for use in a snuff film.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 7000>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<<set $buyer = "tentacle bred">>
 	<</link>>
 <</if>>
@@ -1813,7 +1813,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*0.9)/500))>>'' from a reputable slave trader who will likely ship $him out of the arcology.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*0.9)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 	<</link>>
 <</if>>
 
@@ -1822,7 +1822,7 @@ __Bids Received__
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*0.9)/500))>>'' from a slave trader who buys vast numbers of mindbroken <<print $girl>>s. His purpose is unknown, and none of them are ever seen again.
 	<<link "Accept bid" "Slave Sold">>
 		<<set _Price = 500*Math.trunc(($slaveCost*0.9)/500)>>
-		<<run cashX(_Price, "slaveSold", $activeSlave)>>
+		<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 	<</link>>
 	<</if>>
 <</if>>
@@ -1835,7 +1835,7 @@ __Bids Received__
 		<br>''<<print cashFormat(500*Math.trunc(($slaveCost*0.5)/500))>>'' from the officer in charge of 'recreational activities' for General $peacekeepers.generalName's forces. This is far less than the slave is worth, but the bid comes with the implicit offer of more influence over the peacekeepers.
 		<<link "Accept bid" "Slave Sold">>
 			<<set _Price = 500*Math.trunc(($slaveCost*0.5)/500), $buyer = "peacekeepers">>
-			<<run cashX(_Price, "slaveSold", $activeSlave)>>
+			<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
 		<</link>>
 	<</if>>
 <<else>>
@@ -1843,52 +1843,52 @@ __Bids Received__
 	<<case "lusty futanari">>
 		<<if $activeSlave.balls > 0 && $activeSlave.ballType != "sterile" && $activeSlave.scrotum > 0 && $activeSlave.dick > 0 && $activeSlave.vagina > -1 && $activeSlave.energy > 50>>
 			<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes.
-			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveSold", $activeSlave)>><</link>>
+			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveTransfer", $activeSlave)>><</link>>
 		<</if>>
 	<<case "cum addicts">>
 		<<if $activeSlave.fetish == "cumslut" && $activeSlave.fetishStrength > 95 && $activeSlave.sexualFlaw == "cum addict">>
 			<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes.
-			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveSold" , $activeSlave)>><</link>>
+			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveTransfer" , $activeSlave)>><</link>>
 		<</if>>
 	<<case "horny MILFs">>
 		<<if $activeSlave.physicalAge > 34 && $activeSlave.visualAge > 34 && $activeSlave.energy > 80>>
 			<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes.
-			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveSold", $activeSlave)>><</link>>
+			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveTransfer", $activeSlave)>><</link>>
 		<</if>>
 	<<case "big-breasted cows">>
 		<<if $activeSlave.boobs > 2000 && $activeSlave.lactation > 1>>
 			<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes.
-			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveSold", $activeSlave)>><</link>>
+			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveTransfer", $activeSlave)>><</link>>
 		<</if>>
 	<<case "beautiful young sex slaves">>
 		<<if $activeSlave.physicalAge < 25 && $activeSlave.visualAge < 25 && $activeSlave.face > 95>>
 			<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes.
-			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveSold", $activeSlave)>><</link>>
+			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveTransfer", $activeSlave)>><</link>>
 		<</if>>
 	<<case "fertile virgins">>
 		<<if $activeSlave.vagina == 0 && isFertile($activeSlave)>>
 			<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes.
-			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveSold", $activeSlave)>><</link>>
+			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveTransfer", $activeSlave)>><</link>>
 		<</if>>
 	<<case "lusty preggos">>
 		<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4 && $activeSlave.energy > 50>>
 			<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes.
-			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveSold", $activeSlave)>><</link>>
+			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveTransfer", $activeSlave)>><</link>>
 		<</if>>
 	<<case "baby obsessed breeders">>
 		<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4 && $activeSlave.fetish == "pregnancy" && $activeSlave.sexualFlaw == "breeder">>
 			<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes.
-			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveSold", $activeSlave)>><</link>>
+			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveTransfer", $activeSlave)>><</link>>
 		<</if>>
 	<<case "bellies with girls attached">>
 		<<if $activeSlave.belly >= 300000>>
 			<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes.
-			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveSold", $activeSlave)>><</link>>
+			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveTransfer", $activeSlave)>><</link>>
 		<</if>>
 	<<case "flesh balloons">>
 		<<if $activeSlave.boobs > 20000 && $activeSlave.butt > 10>>
 			<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes.
-			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveSold", $activeSlave)>><</link>>
+			<<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveTransfer", $activeSlave)>><</link>>
 		<</if>>
 	<</switch>>
 <</if>>