From db2af7991978eb119234ae6ef3b4d22af1e27c8f Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sat, 12 Sep 2020 18:43:30 -0400
Subject: [PATCH] sell slave fix

---
 src/uncategorized/sellSlave.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw
index 081f6610ae9..bf3598ae5c5 100644
--- a/src/uncategorized/sellSlave.tw
+++ b/src/uncategorized/sellSlave.tw
@@ -1606,7 +1606,7 @@ __Bids Received__
 				<<link "Accept bid" "Slave Sold">>
 					<<set _Price = 500*Math.trunc((_slaveCost*1.25)/500)>>
 					<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
-					<<set $buyer = neoimperialist arcology">>
+					<<set $buyer = "neoimperialist arcology">>
 				<</link>>
 			<</if>>
 		<</if>>
-- 
GitLab