diff --git a/src/interaction/cyberConfig.tw b/src/interaction/cyberConfig.tw
index 35210abd7669865b3db4c2f0ce8bcc99d4dee69c..9d4434a6cac5fdc50190d5d45fbd9bcf9e154a90 100644
--- a/src/interaction/cyberConfig.tw
+++ b/src/interaction/cyberConfig.tw
@@ -70,6 +70,8 @@
 	<<else>>
 		<<if $activeSlave.amp == 0>><br>
 			$He has healthy limbs so there is no need for prosthetics.
+		<<elseif $activeSlave.amp < 0>>
+			Unidentified PLimb interface detected. [[Please reboot system.|cyberConfig][$activeSlave.PLimb = 2]]
 		<<else>><br>
 			$He does not have a PLimb interface installed so you can't give $him any prosthetics.
 		<</if>>
diff --git a/src/pregmod/fSlaveSlaveVagConsummate.tw b/src/pregmod/fSlaveSlaveVagConsummate.tw
index fee45e8ed23f2412b0bcaf86f692db2153e360ea..1db5655367bc168eef724d80afa72dd0cfd8a9bc 100644
--- a/src/pregmod/fSlaveSlaveVagConsummate.tw
+++ b/src/pregmod/fSlaveSlaveVagConsummate.tw
@@ -126,9 +126,9 @@ Next, you see to $activeSlave.slaveName.
 		<</if>>
 	<<elseif ($activeSlave.relationshipTarget == $slaverapistx.ID) && ($activeSlave.relationship > 2)>>
 		and seems calm and inviting to $his
-		<<if slave.relationship == 3>>
+		<<if $slave.relationship == 3>>
 			sex friend
-		<<elseif slave.relationship == 4>>
+		<<elseif $slave.relationship == 4>>
 			lover
 		<<else>>
 			slave wife
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index 81572f32c514b5641e4a8aeae23c999d03bf438d..d08e96daee8f186d9f70bce2bada17555b316cde 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -13921,7 +13921,7 @@ $He has
 		<</if>>
 	<</if>>
 <<elseif $activeSlave.waist >= -95>>
-	a hot @@.pink;wasp waist@@ that gives $his an hourglass figure<<if $activeSlave.weight > 30>> despite $his extra weight<<elseif $activeSlave.weight < -30>> further accentuated by how thin $he is<</if>>.
+	a hot @@.pink;wasp waist@@ that gives $him an hourglass figure<<if $activeSlave.weight > 30>> despite $his extra weight<<elseif $activeSlave.weight < -30>> further accentuated by how thin $he is<</if>>.
 	<<if $activeSlave.belly >= 1500>>
 		<<if $activeSlave.belly >= 750000>>
 			$His _belly belly grotesquely bulges around $his narrow waist and continues over half a meter farther to either side.<<if $activeSlave.preg > 3>> $His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind.<</if>>
@@ -13940,7 +13940,7 @@ $He has
 		<</if>>
 	<</if>>
 <<else>>
-	an @@.pink;absurdly narrow waist@@ that gives $his a cartoonishly hourglass figure<<if $activeSlave.weight > 30>> made even more ludicrous by $his extra weight<<elseif $activeSlave.weight < -30>> made even more ludicrous by how thin $he is<</if>>.
+	an @@.pink;absurdly narrow waist@@ that gives $him a cartoonishly hourglass figure<<if $activeSlave.weight > 30>> made even more ludicrous by $his extra weight<<elseif $activeSlave.weight < -30>> made even more ludicrous by how thin $he is<</if>>.
 	<<if $activeSlave.belly >= 1500>>
 		<<if $activeSlave.belly >= 750000>>
 			$His _belly belly grotesquely bulges around $his narrow waist and continues over half a meter farther to either side.<<if $activeSlave.preg > 3>> $His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind.<</if>>