Skip to content
Snippets Groups Projects
Commit 88f6ab30 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'chore-reorder-criminal-market-links' into 'pregmod-master'

Reorder criminal markets links

See merge request !5394
parents d78d2875 095da574
No related branches found
No related tags found
1 merge request!5394Reorder criminal markets links
......@@ -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>>
......
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