From 72803f95797f7d91861e9a7eb01bae8aba78c8c3 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Sun, 17 Feb 2019 00:29:28 -0500
Subject: [PATCH] Fix pronouns while I'm here

---
 src/uncategorized/slaveInteract.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index 59bd72d5c04..5e5fb91c7db 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -460,14 +460,14 @@
 		<<elseif ($activeSlave.vagina > 0)>>
 			| //$His pussy is not available while in chastity//
 		<<elseif ($activeSlave.vagina == 0)>>
-			| //Take $his virginity before giving $him pussy special attention//
+			| //Take $his virginity before giving $his pussy special attention//
 		<</if>>
 		<<if ($activeSlave.anus > 0) && canDoAnal($activeSlave)>>
 			| <<link "Ass">><<set $activeSlave.toyHole = "ass">><<replace "#hole">>$activeSlave.toyHole<</replace>><</link>>
 		<<elseif ($activeSlave.anus > 0)>>
 			| //$His ass is not available while in chastity//
 		<<elseif ($activeSlave.anus == 0)>>
-			| //Take $his anal virginity before giving $him ass special attention//
+			| //Take $his anal virginity before giving $his ass special attention//
 		<</if>>
 		/*check*/
 		<<if ($activeSlave.dick > 0) && canPenetrate($activeSlave)>>
-- 
GitLab