diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index 15ad0ad102385f0c837e72c9ecc39a9e224953d3..59f61088b7b9bce28740fdc648baddb898113b51 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -456,18 +456,22 @@
 		<<link "Mouth">><<set $activeSlave.toyHole = "mouth">><<replace "#hole">>$activeSlave.toyHole<</replace>><</link>>
 		| <<link "Tits">><<set $activeSlave.toyHole = "boobs">><<replace "#hole">>$activeSlave.toyHole<</replace>><</link>>
 		<<if ($activeSlave.vagina > 0) && canDoVaginal($activeSlave)>>
-		| <<link "Pussy">><<set $activeSlave.toyHole = "pussy">><<replace "#hole">>$activeSlave.toyHole<</replace>><</link>>
+			| <<link "Pussy">><<set $activeSlave.toyHole = "pussy">><<replace "#hole">>$activeSlave.toyHole<</replace>><</link>>
+		<<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>>
-		<<else>>
-		| //Take $his anal virginity before giving $him ass special attention//
+			| <<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 $his ass special attention//
 		<</if>>
 		/*check*/
 		<<if ($activeSlave.dick > 0) && canPenetrate($activeSlave)>>
-		| <<link "Dick">><<set $activeSlave.toyHole = "dick">><<replace "#hole">>$activeSlave.toyHole<</replace>><</link>>
+			| <<link "Dick">><<set $activeSlave.toyHole = "dick">><<replace "#hole">>$activeSlave.toyHole<</replace>><</link>>
 		<</if>>
 		| <<link "No Preference">><<set $activeSlave.toyHole = "all her holes">><<replace "#hole">>$activeSlave.toyHole<</replace>><</link>>
 		<br>