diff --git a/Changelog.txt b/Changelog.txt
index ace29640242c90fb11b3bb7991b4068b7da9ce78..7c03a8d98a103ad261cf53ed34784315b144faef 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -2,6 +2,8 @@ Pregmod
 
 0.10.7.1-3.4.x
 
+	3/15/2020
+
 	0
 	-added Stud subordinate slave role and associated universal impregnation rule
 	-arcology layout overhauled
diff --git a/src/uncategorized/slaveAssignmentsReport.tw b/src/uncategorized/slaveAssignmentsReport.tw
index e8809ef5352a9c7d8df307c7506c7afee246f18e..162e3e5550b7a3a356192cce1db9f9b8c8c51bce 100644
--- a/src/uncategorized/slaveAssignmentsReport.tw
+++ b/src/uncategorized/slaveAssignmentsReport.tw
@@ -810,7 +810,7 @@ $sexDemandResult.topClass = Math.trunc((($NPCSexSupply.topClass + $slaveJobValue
 		<<if $Stud == 0>>
 			<<set $slaves[$i].subTarget = 0>>
 		<<else>>
-			<<set $StudCum = 2+Math.trunc(($Stud.balls/5)+($Stud.energy/95)+($Stud.health.condition/95)+($Stud.devotion/95)+($reproductionFormula*5)-($Stud.tired/25))>>
+			<<set $StudCum = 2+Math.trunc(($Stud.balls/5)+($Stud.energy/95)+($Stud.health.condition/95)+($Stud.devotion/95)+($reproductionFormula*5)-($Stud.health.tired/25))>>
 			<<if $Stud.drugs == "hyper testicle enhancement">>
 				<<set $StudCum += 3>>
 			<<elseif $Stud.drugs == "testicle enhancement">>