diff --git a/src/uncategorized/householdLiquidator.tw b/src/uncategorized/householdLiquidator.tw index baf41d1bf1dd7ed2100c0fa0c082a200ac4b9ce6..bb0a556300223ab1e1c5d863d2bcb504a347321e 100644 --- a/src/uncategorized/householdLiquidator.tw +++ b/src/uncategorized/householdLiquidator.tw @@ -108,7 +108,7 @@ The price is <<print cashFormatColor(_totalCost)>>. <<if $slavesSeen > $slaveMar <br><br> <<if $cash >= _totalCost>> - [[Buy their slave contract|Bulk Slave Intro][cashX(forceNeg(_totalCost/2), "slaveTransfer", $activeSlave), cashX(forceNeg(_totalCost/2), "slaveTransfer", _relativeSlave)]] + [[Buy their slave contract|Bulk Slave Intro][$newSlaves.forEach((s) => cashX(forceNeg(_totalCost/$newSlaves.length), "slaveTransfer", s))]] <<else>> //You lack the necessary funds to buy these slaves.// <</if>>