diff --git a/src/endWeek/saGetMilked.js b/src/endWeek/saGetMilked.js
index aede7f99d065b2a08ac533212813853e8ca8f0d2..3c97b76970fe26fe4473a87e1ab3a4d2c84dae23 100644
--- a/src/endWeek/saGetMilked.js
+++ b/src/endWeek/saGetMilked.js
@@ -575,7 +575,7 @@
 			r.text += ` ${He} produces ${numberWithPluralOne(r.cum, "deciliter")} of cum over the week;`;
 
 			if (!FutureSocieties.isActive('FSPastoralist', arcology)) {
-				r.cumSale = Math.max(Math.trunc((r.cum * jsRandom(15) * qualityMultiplier)), 1);
+				r.cumSale = Math.max(Math.trunc((r.cum * jsRandom(15, 25) * qualityMultiplier)), 1);
 				r.text += ` the fresh ejaculate is sold for <span clh inc">${cashFormat(r.cumSale)}.</span>`;
 			} else if (arcology.FSPastoralistLaw === 1) {
 				r.cumSale = Math.max(Math.trunc((r.cum * (jsRandom(20, 40)) * qualityMultiplier)), 1);