From 2c4656fd743548ecafca1630457dc7cc9f5b7641 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sun, 30 Aug 2020 17:32:35 -0700 Subject: [PATCH] Fix criminal markets --- src/markets/criminalMarkets.tw | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/markets/criminalMarkets.tw b/src/markets/criminalMarkets.tw index 3c935d09c25..81fc15dab97 100644 --- a/src/markets/criminalMarkets.tw +++ b/src/markets/criminalMarkets.tw @@ -1,6 +1,6 @@ :: Criminal Market [nobr] -<<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $encyclopedia = "Slave Schools", $slaveMarket = $weeklyMarket>> +<<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $encyclopedia = "Slave Schools", $slaveMarket = $prisonCircuit[$prisonCircuitIndex]>> <<if ndef $newSlaves>><<set $newSlaves = []>><</if>> <<if $newSlaves.length > 0>> @@ -8,7 +8,7 @@ <</if>> You board the transport to -<<switch $weeklyMarket>> +<<switch $slaveMarket>> <<case "low tier criminals">> /* mixed prisoners */ a small prison on the edge of the city spanning from the foot of your arcology with the appearance of an old world police station. You arrive inside and are met by a cute receptionist, asking why one such as yourself would visit such a place. With formalities out of the way, the head of the station is called and arrives shortly. "Well now, didn't expect to see you here. Came to pick up a criminal and give them a chance at not being a menial?" You are then led further into the station and into the prisoners' quarters; most of them appear downcast and dismal, but some look up to see what the commotion is about. "You! Come here! This fine <<if $PC.title == 1>>gentleman<<else>>lady<</if>> wants to take a look, so be on your best behavior!" the head calls out, bringing one of the criminals close enough to be inspected. @@ -41,7 +41,7 @@ You board the transport to <</switch>> -<<set _marketResult = generateMarketSlave($weeklyMarket)>> +<<set _marketResult = generateMarketSlave($slaveMarket)>> <<set $activeSlave = _marketResult.slave>> <<print _marketResult.text>> -- GitLab