From 7b2b7b2dde5cf0a80d8779b79b86a06aa7c5b4a1 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Tue, 12 Mar 2019 21:09:35 -0400
Subject: [PATCH] fix costs being added to slave purchase record

---
 src/uncategorized/sellSlave.tw     | 2 +-
 src/uncategorized/slaveInteract.tw | 2 +-
 src/uncategorized/specialSlave.tw  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw
index 4756b401a80..c6184084657 100644
--- a/src/uncategorized/sellSlave.tw
+++ b/src/uncategorized/sellSlave.tw
@@ -1896,7 +1896,7 @@ __Bids Received__
 <</if>>
 
 <br><br>
-<<link "Re-list $him" "Sell Slave">><<run cashX(-500, "slaveTransfer")>><</link>>
+<<link "Re-list $him" "Sell Slave">><<run cashX(-500, "personalBusiness")>><</link>>
 //This will cost <<print cashFormat(500)>>//
 
 <</if>>
diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index 02d759e70d4..16b1e2f094b 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -1845,7 +1845,7 @@ __Financial__:
 	<<elseif $activeSlave.accent > 3>>
 		//$His lack of language and basic life skills is a red sign to most slave appraisers. $He must not act like a child to be sold without raising suspicion.// |
 	<<else>>
-		<<link "Sell $him" "Sell Slave">><<run cashX(-500, "slaveTransfer", $activeSlave)>><</link>> //Listing $him for sale will cost <<print cashFormat(500)>>// |
+		<<link "Sell $him" "Sell Slave">><<run cashX(-500, "personalBusiness", $activeSlave)>><</link>> //Listing $him for sale will cost <<print cashFormat(500)>>// |
 		<<if ($seeAge != 0) && ($activeSlave.indenture < 1)>>
 			<<link "Retire $him" "SE retirement">><<set $retiree = $activeSlave.ID, $retired = 1>><</link>> |
 		<</if>>
diff --git a/src/uncategorized/specialSlave.tw b/src/uncategorized/specialSlave.tw
index 3bd3bf77621..20239971e6c 100644
--- a/src/uncategorized/specialSlave.tw
+++ b/src/uncategorized/specialSlave.tw
@@ -97,7 +97,7 @@
 
 	<br><br>
 
-	[[Pay to access complete catalog of slaves|Complete Catalog][cashX(-1000, "slaveTransfer")]] //Costs <<print cashFormat(1000)>>.//
+	[[Pay to access complete catalog of slaves|Complete Catalog][cashX(-1000, "personalBusiness")]] //Costs <<print cashFormat(1000)>>.//
 
 	<br><br>
 
-- 
GitLab