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>