diff --git a/src/pregmod/criminalMarkets.tw b/src/pregmod/criminalMarkets.tw index 3fc340ec52bfe9d27865ff138c4003c412c758bc..b1a0e16f810b6cf0465a3117dada172d1a010c1f 100644 --- a/src/pregmod/criminalMarkets.tw +++ b/src/pregmod/criminalMarkets.tw @@ -51,6 +51,7 @@ You board the transport to It will cost <<print cashFormat($slaveCost)>> to enslave $him. +<br>[[Inspect a different prisoner|Criminal Market][$slavesSeen += 1]] <<if $cash >= $slaveCost>> <br>[["Enslave " + $him + " and check out other available prisoners"|Criminal Market][cashX(forceNeg($slaveCost), "slaveTransfer", $activeSlave), $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] <<if $newSlaves.length == 0>> @@ -61,7 +62,6 @@ It will cost <<print cashFormat($slaveCost)>> to enslave $him. <<else>> //You lack the necessary funds to enslave this criminal.// <</if>> -<br>[[Inspect a different prisoner|Criminal Market][$slavesSeen += 1]] <<if $newSlaves.length > 0>> <br>[[Finish your enslavement of prisoners|Bulk Slave Intro]] <</if>>