From 095da5748a1ff96cf577e284915d4dd07e63669e Mon Sep 17 00:00:00 2001 From: wkwk <12408-wkwk@users.norepy.gitgud.io> Date: Mon, 14 Oct 2019 08:28:15 -0500 Subject: [PATCH] Reorder criminal markets links They are not in the same order as all the other markets. I'm sure I am not the only one who has clicked on the wrong link by reflex... --- src/pregmod/criminalMarkets.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pregmod/criminalMarkets.tw b/src/pregmod/criminalMarkets.tw index 3fc340ec52b..b1a0e16f810 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>> -- GitLab