diff --git a/src/SecExp/attackReport.tw b/src/SecExp/attackReport.tw
index 82a8c2056d6486748055f797014b18b53546949d..83696e8eb68695f6d26a749dcf1b2c097e6b1842 100644
--- a/src/SecExp/attackReport.tw
+++ b/src/SecExp/attackReport.tw
@@ -862,16 +862,6 @@
 				Your soldiers <<if $deployingSlaves == 1>>however<</if>> are not enthusiastic to have a slave as a commander.
 			<</if>>
 		<<elseif $Bodyguard.prestige >= 2>>
-			<<if $deployingMilitia == 1>>
-				Your volunteers
-				<<if $deployingMercs == 1>>
-					and your mercenaries are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
-				<<else>>
-					are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
-				<</if>>
-			<<elseif $deployingMercs == 1>>
-				Your mercenaries are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
-			<</if>>
 			<<if $deployingMilitia == 1>>
 				Your
 				<<if $deployingMercs == 1 && $SFIntervention == 1>>
@@ -1008,16 +998,6 @@
 				Your soldiers <<if $deployingSlaves == 1>>however<</if>> are not enthusiastic to have a slave as a commander.
 			<</if>>
 		<<elseif $HeadGirl.prestige >= 2>>
-			<<if $deployingMilitia == 1>>
-				Your volunteers
-				<<if $deployingMercs == 1>>
-					and your mercenaries are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
-				<<else>>
-					are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
-				<</if>>
-			<<elseif $deployingMercs == 1>>
-				Your mercenaries are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
-			<</if>>
 			<<if $deployingMilitia == 1>>
 				Your
 				<<if $deployingMercs == 1 && $SFIntervention == 1>>
diff --git a/src/pregmod/fSlaveSlaveDickConsummate.tw b/src/pregmod/fSlaveSlaveDickConsummate.tw
index b2c04bd4c6738dbbddb6d9f2a87afd6fd201da91..aea96c436eb26f1de291af1154f04bc517e552ed 100644
--- a/src/pregmod/fSlaveSlaveDickConsummate.tw
+++ b/src/pregmod/fSlaveSlaveDickConsummate.tw
@@ -133,7 +133,7 @@ You call $slaverapistx.slaveName into the room.
 	<<if _isIncest == 1>>
 		<<if $activeSlave.father == $slaverapistx.ID && $activeSlave.mother == $slaverapistx.ID>>
 			the slave that is both $his mother and $his father,
-		<<elseif $slaverapistx.mother == $activeSlave.ID>>
+		<<elseif $slaverapistx.mother == $activeSlave.ID || $slaverapistx.father == $activeSlave.ID>>
 			$his own daughter,
 		<<elseif $activeSlave.mother == $slaverapistx.ID>>
 			$his own mother,
@@ -151,7 +151,7 @@ You call $slaverapistx.slaveName into the room.
 		$activeSlave.slaveName's simple mind does not even acknowledge that $slaverapistx.slaveName is
 		<<if $activeSlave.father == $slaverapistx.ID && $activeSlave.mother == $slaverapistx.ID>>
 			the slave that is both $his mother and $his father,
-		<<elseif $slaverapistx.mother == $activeSlave.ID>>
+		<<elseif $slaverapistx.mother == $activeSlave.ID || $slaverapistx.father == $activeSlave.ID>>
 			$his own daughter,
 		<<elseif $activeSlave.mother == $slaverapistx.ID>>
 			$his own mother,
@@ -170,7 +170,7 @@ You call $slaverapistx.slaveName into the room.
 		$activeSlave.slaveName is fully naked and <<if canSee($activeSlave)>>looking up at<<else>>waiting in front of<</if>>
 		<<if $activeSlave.father == $slaverapistx.ID && $activeSlave.mother == $slaverapistx.ID>>
 			the slave that is both $his mother and $his father,
-		<<elseif $slaverapistx.mother == $activeSlave.ID>>
+		<<elseif $slaverapistx.mother == $activeSlave.ID || $slaverapistx.father == $activeSlave.ID>>
 			$his own daughter,
 		<<elseif $activeSlave.mother == $slaverapistx.ID>>
 			$his own mother,
@@ -229,7 +229,7 @@ You call $slaverapistx.slaveName into the room.
 		$slaverapistx.slaveName sees
 		<<if $slaverapistx.father == $activeSlave.ID && $slaverapistx.mother == $activeSlave.ID>>
 			the slave that is both _his2 mother and _his2 father
-		<<elseif $activeSlave.mother == $slaverapistx.ID>>
+		<<elseif $activeSlave.mother == $slaverapistx.ID || $activeSlave.father == $slaverapistx.ID>>
 			_his2 own daughter
 		<<elseif $slaverapistx.mother == $activeSlave.ID>>
 			_his2 own mother
diff --git a/src/pregmod/fSlaveSlaveVagConsummate.tw b/src/pregmod/fSlaveSlaveVagConsummate.tw
index 6c68793ec9e17aefeafdf72e81e6ca9c9f3adb4d..fee45e8ed23f2412b0bcaf86f692db2153e360ea 100644
--- a/src/pregmod/fSlaveSlaveVagConsummate.tw
+++ b/src/pregmod/fSlaveSlaveVagConsummate.tw
@@ -104,7 +104,7 @@ Next, you see to $activeSlave.slaveName.
 	$activeSlave.slaveName is fully naked and <<if canSee($activeSlave)>>looking up at<<else>>waiting in front of<</if>>
 	<<if $activeSlave.father == $slaverapistx.ID && $activeSlave.mother == $slaverapistx.ID>>
 		the slave that is both $his mother and $his father,
-	<<elseif $slaverapistx.mother == $activeSlave.ID>>
+	<<elseif $slaverapistx.mother == $activeSlave.ID || $slaverapistx.father == $activeSlave.ID>>
 		$his own daughter,
 	<<elseif $activeSlave.mother == $slaverapistx.ID>>
 		$his own mother,
diff --git a/src/uncategorized/REFI.tw b/src/uncategorized/REFI.tw
index 5fbe202a88562cb11214386f26d00f326c4e68ab..1b6b60fe1ec6829812df78dcf11e5ab588830c7d 100644
--- a/src/uncategorized/REFI.tw
+++ b/src/uncategorized/REFI.tw
@@ -741,7 +741,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in her eyes when she saw<<e
 	<<else>>
 		urethral torment.
 	<</if>>
-	<<if $activeSlave.dick > 0>>dick abuse<<else>>clit torture<</if>>
 	@@.hotpink;She has become more devoted to you,@@ and @@.lightcoral;she has started to get off on pain.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.fetish = "masochist", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 986e158c00a7fcfa82072ce27e7dfc282d6133d2..6a4a356daedac108b5d126bccba2e6bca473c8a0 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -6450,9 +6450,9 @@
 	**      Voice.
 	**      Small chance for any non-childlike voice.
 	*/
-	<<if ((_countNCS < 3) && ($slaves[$i].voice < 3) && (random(1,100) > ($slaves[$i].voice * 15)))>>
+	<<if ((_countNCS < 3) && ($slaves[$i].voice < 3) && $slaves[$i].voice != 0 && (random(1,100) > ($slaves[$i].voice * 15)))>>
 		$possessiveCap @@.orange;NCS@@ has @@.lime;raised the pitch of $possessive voice, $pronoun now sounds more <<if $slaves[$i].voice == 1>>feminine<<else>>childlike<</if>>.@@
-		<<set $slaves[$i].voice -= 1, _countNCS++>>
+		<<set $slaves[$i].voice += 1, _countNCS++>>
 	<</if>>
 	/*
 	*       Pussy/Ass-Pussy rejuvination.
diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw
index 690460ea8ccaccf5fd9a7ca1d74c4dc5762ba164..3140f743a2dc1e47d201e1c94f2ebcee5d0aff30 100644
--- a/src/utility/miscWidgets.tw
+++ b/src/utility/miscWidgets.tw
@@ -2028,7 +2028,7 @@ This experience
  Call as <<EventNameLink>>
  $args[0]: Slave.
 */
-<<widget "EventNameLink">><<if $surnameOrder != 1>><<switch $args[0].nationality>><<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">><<if $args[0].slaveSurname>><<set _name = $args[0].slaveSurname>><<set _name += " " + $args[0].slaveName>><<else>><<set _name = $args[0].slaveName>><</if>><<default>><<set _name = $args[0].slaveName>><<if $args[0].slaveSurname>><<set _name += " " + $args[0].slaveSurname>><</if>><</switch>><<else>><<set _name = $args[0].slaveName>><<if $args[0].slaveSurname>><<set _name += " " + $args[0].slaveSurname>><</if>><</if>><span id="name"><<print "[[_name|Long Slave Description][$nextLink = passage(), $eventDescription = 1]]">></span><</widget>>
+<<widget "EventNameLink">><<if $surnameOrder != 1>><<switch $args[0].nationality>><<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">><<if $args[0].slaveSurname>><<set _nameLink = $args[0].slaveSurname>><<set _nameLink += " " + $args[0].slaveName>><<else>><<set _nameLink = $args[0].slaveName>><</if>><<default>><<set _nameLink = $args[0].slaveName>><<if $args[0].slaveSurname>><<set _nameLink += " " + $args[0].slaveSurname>><</if>><</switch>><<else>><<set _nameLink = $args[0].slaveName>><<if $args[0].slaveSurname>><<set _nameLink += " " + $args[0].slaveSurname>><</if>><</if>><span id="name"><<print "[[_nameLink|Long Slave Description][$nextLink = passage(), $eventDescription = 1]]">></span><</widget>>
 
 /*
  Call as <<EventNameDelink>>