diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw
index 94981efcf4efc8d4c121ed4735af1dff24435453..34baee223caf2716b0a949af4d2865746504cff4 100644
--- a/src/uncategorized/reputation.tw
+++ b/src/uncategorized/reputation.tw
@@ -295,6 +295,16 @@ On formal occasions, you are announced as $PCTitle.
 		Society loves everything augmented and the bulge in your crotch is no exception; your swollen balls @@.green;improve@@ your public image.
 		<<set $rep += (5*($PC.ballsImplant-$PC.balls))>>
 	<</if>>
+	<<if ($arcologies[0].FSRepopulationFocus != "unset")>>
+		<<if $PC.boobsBonus > 0 && $PC.boobsImplant == 0>>
+			Society approves of anything that helps the repopulation efforts. Your large breasts promise plentiful milk and @@.green;improve@@ your public image.
+			<<set $rep += (10*$PC.boobsBonus)>>
+		<</if>>
+		<<if $PC.balls > 1>>
+			Society loves anything that helps the repopulation efforts. Your huge fertile balls indicate that you're a successful breeder and @@.green;strongly improves@@ your public image.
+			<<set $rep += (15*$PC.ballsImplant)>>
+		<</if>>
+	<</if>>
 <<elseif $arcologies[0].FSBodyPurist != "unset">>
 	<<if $PC.boobsImplant == 1>>
 		Society finds fake breasts repulsive and yours are no exception; your balloon-like breasts @@.red;harm@@ your public image.
@@ -308,6 +318,10 @@ On formal occasions, you are announced as $PCTitle.
 		Society finds everything unnatural disgusting and the grotesque bulge in your crotch is no exception; your gel filled balls @@.red;harm@@ your public image.
 		<<set $rep -= (10*($PC.ballsImplant-$PC.balls))>>
 	<</if>>
+	<<if ($arcologies[0].FSRepopulationFocus != "unset") && $PC.boobsBonus > 0 && $PC.boobsImplant == 0>>
+		Society approves of anything that helps the repopulation efforts. Your large breasts promise plentiful milk and @@.green;improve@@ your public image.
+		<<set $rep += (10*$PC.boobsBonus)>>
+	<</if>>
 <<elseif ($arcologies[0].FSRepopulationFocus != "unset")>>
 	<<if $PC.boobsBonus > 0 && $PC.boobsImplant == 0>>
 		Society approves of anything that helps the repopulation efforts. Your large breasts promise plentiful milk and @@.green;improve@@ your public image.
diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw
index d2fadc80f3b3760ded2472759f42f176fd6c7307..5674433f279406689d77785e2fac467bc674130b 100644
--- a/src/uncategorized/surgeryDegradation.tw
+++ b/src/uncategorized/surgeryDegradation.tw
@@ -2104,7 +2104,7 @@ As the remote surgery's long recovery cycle completes,
 		<<set _genitalChanges.push('boobs'), $activeSlave.boobs -= Math.round($activeSlave.boobs * .1)>>
 	<</if>>
 	<<set _physicalChanges = []>>
-	<<if (($activeSlave.shoulders-Math.abs($activeSlave.shouldersImplant) > -1 && ($activeSlave.hips-Math.abs($activeSlave.hipsImplant) > -1))>>
+	<<if (($activeSlave.shoulders-Math.abs($activeSlave.shouldersImplant) > -1) && ($activeSlave.hips-Math.abs($activeSlave.hipsImplant) > -1))>>
 		<<set _physicalChanges.push('both ' + $possessive + ' hips and shoulders are @@.orange;less wide,@@'), $activeSlave.hips -= 1, $activeSlave.shoulders -= 1>>
 	<<elseif ($activeSlave.shoulders-Math.abs($activeSlave.shouldersImplant) > -1)>>
 		<<set _physicalChanges.push($possessive + ' shoulders are @@.orange;less wide,@@'), $activeSlave.shoulders -= 1>>