From b3378ed9d8fc3704f05ca4e321ea6f1211df9798 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Fri, 1 Feb 2019 07:10:08 -0500
Subject: [PATCH] pronouns

---
 src/pregmod/seFCTVshows.tw           | 8 +++++++-
 src/uncategorized/reFSAcquisition.tw | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/pregmod/seFCTVshows.tw b/src/pregmod/seFCTVshows.tw
index c132d332408..2439602d807 100644
--- a/src/pregmod/seFCTVshows.tw
+++ b/src/pregmod/seFCTVshows.tw
@@ -359,6 +359,7 @@ Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveN
 		<br><br>The woman helping to display the slaves shows her hand to the camera; it's coated in a sticky layer of precum from handling the cum cow's equipment.
 	<</if>>
 <<slaveCost $activeSlave>>
+<<setLocalPronouns $activeSlave>>
 <<if $randShow < 3>>
 	<<set $slaveCost *= 1.3>>
 <<elseif $randShow == 6>>
@@ -370,7 +371,12 @@ Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveN
 The offered price is <<print cashFormat($slaveCost)>>.
 
 <<if $cash >= $slaveCost>>
-	<br>[[Buy her slave contract|New Slave Intro][cashX(forceNeg($slaveCost), "slaveTransfer", $activeSlave), $nextLink = "Scheduled Event", $returnTo = "Scheduled Event"]]
+	<br>
+	<<link "Buy $his slave contract">>
+		<<run cashX(forceNeg($slaveCost), "slaveTransfer", $activeSlave)>>
+		<<set $nextLink = "Scheduled Event", $returnTo = "Scheduled Event">>
+		<<goto "New Slave Intro">>
+	<</link>>
 <<else>>
 	//@@.red;You lack the necessary funds to buy this slave.@@//
 <</if>>
diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw
index 3369a3ad59e..96c6ea4c59a 100644
--- a/src/uncategorized/reFSAcquisition.tw
+++ b/src/uncategorized/reFSAcquisition.tw
@@ -1321,7 +1321,7 @@ The call comes in from an office, and you suppress the urge to check whether $as
 
 <br><br>
 
-<<include "Long Slave Description">>
+<<set $saleDescription = 0>><<include "Long Slave Description">>
 
 <br><br>
 
-- 
GitLab