diff --git a/src/endWeek/saServeThePublic.js b/src/endWeek/saServeThePublic.js
index 91296cad5c87f2529152080e2b9b054125248b81..7052457d372dea902e2adfb06eafbe14b8b88eee 100644
--- a/src/endWeek/saServeThePublic.js
+++ b/src/endWeek/saServeThePublic.js
@@ -812,7 +812,7 @@ window.saServeThePublic = (function saServeThePublic() {
 			}
 		}
 
-		if (isAmputee(slaves)) {
+		if (isAmputee(slave)) {
 			r += ` Many prefer to fuck someone with limbs, but some greatly enjoy fucking a helpless amputee.`;
 		}
 
diff --git a/src/uncategorized/householdLiquidator.tw b/src/uncategorized/householdLiquidator.tw
index fea952d8a4139af00914d73f004f26e566e360dd..6b0700f1ea9f1a6c594beeaaaf9db1807c478dbe 100644
--- a/src/uncategorized/householdLiquidator.tw
+++ b/src/uncategorized/householdLiquidator.tw
@@ -28,8 +28,9 @@ The household liquidator is offering a set of siblings for sale. As usual, you w
 <br><br>
 
 <<set $slaveCost = slaveCost($activeSlave)>>
+<<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>>
 
-The price is <<print cashFormat($slaveCost*3)>>.
+The price is <<print cashFormat($slaveCost*3)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
 <br><br>
 
 <<if $cash >= $slaveCost*3>>
@@ -116,6 +117,7 @@ The household liquidator is offering something special: identical twins. The mar
 <br><br>
 
 <<set $slaveCost = slaveCost($activeSlave)>>
+<<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>>
 
 The price is <<print cashFormat($slaveCost*4)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
 <br><br>