From f7d22d0d6f089107eedfa387594b2590e964516b Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Tue, 4 Sep 2018 22:48:08 -0700
Subject: [PATCH] Update sellSlave.tw

---
 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 92888f73446..69928561b47 100644
--- a/src/uncategorized/sellSlave.tw
+++ b/src/uncategorized/sellSlave.tw
@@ -394,7 +394,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 		What a waste, if $he weren't pregnant, $he might be worth something.
 	<</if>>
 <<else>>
-	<<if $activeSlave.ovaries == 1 && $activeSlave.vagina > -1>>
+	<<if $activeSlave.ovaries == 0 && $activeSlave.vagina > -1 && $activeSlave.genes == "XY">>
 		The lack of a natural vagina still removes a little value, the global market being what it is.
 	<<elseif ($activeSlave.bellyPreg >= 300000)>>
 		Such an obscene and life threatening display of fertility will turn off most buyers and considerably damage $his value, the global market being what it is.
-- 
GitLab