diff --git a/src/endWeek/reports/dairyReport.js b/src/endWeek/reports/dairyReport.js
index 699c0dca80e4b6bffd2d03c5a6c4ee1fd30e9548..e067c4733065f1ae4d493b52330e7048e213c1a6 100644
--- a/src/endWeek/reports/dairyReport.js
+++ b/src/endWeek/reports/dairyReport.js
@@ -535,7 +535,7 @@ App.EndWeek.dairyReport = function() {
 		}
 
 		// Prostate growth
-		if (slave.prostate === 1) {
+		if (slave.prostate === 1 && V.dairyImplantsSetting <= 1) {
 			slave.prostate = 2;
 			cashX(forceNeg(V.surgeryCost), "slaveSurgery", slave);
 			surgeryDamage(slave, 10);
diff --git a/src/uncategorized/dairy.tw b/src/uncategorized/dairy.tw
index f3b5d9a38af7870c9f2e58205d46810ccff920bc..cc6b34c8e80755a251d9f12db65b5c2c9b806bbd 100644
--- a/src/uncategorized/dairy.tw
+++ b/src/uncategorized/dairy.tw
@@ -621,7 +621,7 @@
 				[[Restrict maximization surgery on cattle|Dairy][$dairyImplantsSetting = 2]]
 			</div>
 		<<else>>
-			Naturally lactating cows, cows with non-lactating breasts, and cows incapable of producing cum will undergo lactation implant surgery to increase their milk output.
+			Naturally lactating cows, cows with non-lactating breasts, and cows incapable of producing cum will undergo lactation implant surgery to increase their milk output. Cows with working prostates will have then enhanced.
 			<div class="choices">
 				[[Maximize lactation in all cattle|Dairy][$dairyImplantsSetting = 1]] |
 				[[Restrict maximization surgery on cattle|Dairy][$dairyImplantsSetting = 2]] |