From 056c19d233c2aa3bde843684697e2c754d3d4ff2 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Tue, 30 May 2017 08:00:44 -0400
Subject: [PATCH] Fix.

---
 src/uncategorized/seCustomSlaveDelivery.tw | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/uncategorized/seCustomSlaveDelivery.tw b/src/uncategorized/seCustomSlaveDelivery.tw
index 024b85f6194..a19d6a9a9f9 100644
--- a/src/uncategorized/seCustomSlaveDelivery.tw
+++ b/src/uncategorized/seCustomSlaveDelivery.tw
@@ -24,7 +24,6 @@
 <<set $activeSlave.devotion = random(-10,10)>>
 <<set $activeSlave.trust = random(-10,10)>>
 
-<<NationalityToRace $activeSlave>>
 <<NationalityToName $activeSlave>>
 <<NationalityToAccent $activeSlave>>
 
@@ -88,7 +87,6 @@ Her price is ¤<<print $slaveCost>>.
 <span id="result">
 <<if $cash >= $slaveCost>>\
 	<<link "Accept the offered slave">>
-	<<AddSlave $activeSlave>>
 	<<set $cash -= $slaveCost>>
 	<<replace "#result">>
 	She has been reasonably broken by the dealer that offered her to you. She has also picked up on the fact that she was specially selected, and is a little hopeful that this means she may be treated well. She is now awaiting your instructions.
-- 
GitLab