From b4bbfd763ab76fc89c72b3b74705b00ac3fabe6c Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Thu, 3 Jan 2019 21:52:43 -0600
Subject: [PATCH] ThatsAllIThink

---
 src/pregmod/theBlackMarket.tw             | 2 +-
 src/uncategorized/pSnatchAndGrabResult.tw | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw
index 08a767f9d0f..1ed49c1116e 100644
--- a/src/pregmod/theBlackMarket.tw
+++ b/src/pregmod/theBlackMarket.tw
@@ -83,7 +83,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 						<<if $cash >= 50000>>
 							[[Purchase designs for immense implants|The Black Market][$cash -= 50000, $arcologies[0].FSTransformationFetishistResearch = 1, _dump = $merchantFSWares.delete("TransformationFetishistResearch")]] //@@.yellowgreen;<<print cashFormat(50000)>>.@@//
 						<<else>>
-							You cannot afford the asking price of @@.red;<<print cashFormat(50000)>>@@ for absurdly huge implant designs. "No big fake boobs for you. How sad it must be to be flat and enslaved by such a poor <<= properMaster()>>"
+							You cannot afford the asking price of @@.red;<<print cashFormat(50000)>>@@ for absurdly huge implant designs. "No big fake boobs for you. How sad it must be to be flat and enslaved by such a poor <<if $PC.title == 1>>master<<else>>mistress<</if>>"
 						<</if>>
 					<<else>>
 						You lack the facilities needed to produce implants of this caliber, so absurdly huge implant designs are currently unobtainable.
diff --git a/src/uncategorized/pSnatchAndGrabResult.tw b/src/uncategorized/pSnatchAndGrabResult.tw
index c48f9f6ead2..6784faa1291 100644
--- a/src/uncategorized/pSnatchAndGrabResult.tw
+++ b/src/uncategorized/pSnatchAndGrabResult.tw
@@ -131,9 +131,9 @@
 
 In the middle of the night, there is a polite knock on your penthouse door. You are alerted by $assistantName, who observes with some irritation that the mercenary who knocked has gone, has left a large case outside the door, and has satisfied the security systems that the case contains nothing hazardous.
 
-The case prompts you for a handprint code; your hand works just fine. It contains a naked, hairless, perfectly healthy young body in the fetal position. This person awakes as the case opens, looks you confidently in the eye, and says "Are you my <<Master>>?"
+The case prompts you for a handprint code; your hand works just fine. It contains a naked, hairless, perfectly healthy young body in the fetal position. This person awakes as the case opens, looks you confidently in the eye, and says "Are you my <<= properMaster()>>?"
 
-When you state that, apparently, you are, $he climbs out of the case, prostrates $himself in the hall before you, and says reverentially into the floor, "I love you, <<Master>>."
+When you state that, apparently, you are, $he climbs out of the case, prostrates $himself in the hall before you, and says reverentially into the floor, "I love you, <<= properMaster()>>."
 
 <br><br>
 <<set $saleDescription = 0, $applyLaw = 0>><<include "Long Slave Description">>
-- 
GitLab