Skip to content
Snippets Groups Projects
Commit 095da574 authored by wkwk's avatar wkwk
Browse files

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...
parent 938e9bc9
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ You board the transport to ...@@ -51,6 +51,7 @@ You board the transport to
It will cost <<print cashFormat($slaveCost)>> to enslave $him. It will cost <<print cashFormat($slaveCost)>> to enslave $him.
<br>[[Inspect a different prisoner|Criminal Market][$slavesSeen += 1]]
<<if $cash >= $slaveCost>> <<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]] <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>> <<if $newSlaves.length == 0>>
...@@ -61,7 +62,6 @@ It will cost <<print cashFormat($slaveCost)>> to enslave $him. ...@@ -61,7 +62,6 @@ It will cost <<print cashFormat($slaveCost)>> to enslave $him.
<<else>> <<else>>
//You lack the necessary funds to enslave this criminal.// //You lack the necessary funds to enslave this criminal.//
<</if>> <</if>>
<br>[[Inspect a different prisoner|Criminal Market][$slavesSeen += 1]]
<<if $newSlaves.length > 0>> <<if $newSlaves.length > 0>>
<br>[[Finish your enslavement of prisoners|Bulk Slave Intro]] <br>[[Finish your enslavement of prisoners|Bulk Slave Intro]]
<</if>> <</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment