From f53589887441f28c46e7ec8097d1cbc80b07a5a8 Mon Sep 17 00:00:00 2001 From: Skriv <skrivelese@gmail.com> Date: Wed, 1 May 2019 10:35:55 +0200 Subject: [PATCH] remove padding --- src/js/generateMarketSlave.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/js/generateMarketSlave.js b/src/js/generateMarketSlave.js index b723b2f759a..6f14073afcb 100644 --- a/src/js/generateMarketSlave.js +++ b/src/js/generateMarketSlave.js @@ -486,7 +486,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { V.activeSlave.behavioralFlaw = "none"; } if (V.arcologies[market].FSSubjugationist > 20) { - r += `They're universally ${ V.arcologies[market].FSSubjugationistRace }. `; + r += `They're universally ${V.arcologies[market].FSSubjugationistRace}. `; } if (V.arcologies[market].FSRepopulationFocus > 50) { r += `They are exclusively female and all extremely pregnant. `; @@ -2395,7 +2395,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { switch (criminal) { case "racketeering": V.activeSlave.career = jsEither(["a businessman", "a lawyer", "a stockbroker"]); - V.activeSlave.origin = `You purchased her life at a prison sale. She was ${ V.activeSlave.career } convicted of racketeering. `; + V.activeSlave.origin = `You purchased her life at a prison sale. She was ${V.activeSlave.career} convicted of racketeering. `; V.prisonCrime = "is incarcerated for racketeering."; V.activeSlave.devotion = jsRandom(-20, 20); V.activeSlave.trust = jsRandom(-20, 20); @@ -2404,7 +2404,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { V.activeSlave.health = jsRandom(20, 60); break; case "bribery": V.activeSlave.career = jsEither(["a businessman", "a lawyer", "a stockbroker"]); - V.activeSlave.origin = `You purchased her life at a prison sale. She was ${ V.activeSlave.career } arrested and sentenced for bribing government officials. `; + V.activeSlave.origin = `You purchased her life at a prison sale. She was ${V.activeSlave.career} arrested and sentenced for bribing government officials. `; V.prisonCrime = "is incarcerated for bribery."; V.activeSlave.devotion = jsRandom(-50, -20); V.activeSlave.trust = jsRandom(20, 50); @@ -2414,7 +2414,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { V.activeSlave.behavioralFlaw = "arrogant"; break; case "blackmail": V.activeSlave.career = jsEither(["a businessman", "a lawyer", "a stockbroker"]); - V.activeSlave.origin = `You purchased her life at a prison sale. She was ${ V.activeSlave.career } convicted of blackmail against a sorority of university students, forcing them to do sexual favors. `; + V.activeSlave.origin = `You purchased her life at a prison sale. She was ${V.activeSlave.career} convicted of blackmail against a sorority of university students, forcing them to do sexual favors. `; V.prisonCrime = "is incarcerated for blackmail."; V.activeSlave.devotion = jsRandom(-20, 20); V.activeSlave.trust = jsRandom(20, 50); @@ -2426,7 +2426,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { V.activeSlave.fetishStrength = 100; break; case "embezzlement": V.activeSlave.career = jsEither(["a businessman", "a lawyer", "a stockbroker"]); - V.activeSlave.origin = `You purchased her life at a prison sale. She was ${ V.activeSlave.career } involved in a scandal and convicted of embezzlement. `; + V.activeSlave.origin = `You purchased her life at a prison sale. She was ${V.activeSlave.career} involved in a scandal and convicted of embezzlement. `; V.prisonCrime = "is incarcerated for embezzlement."; V.activeSlave.devotion = jsRandom(0, 20); V.activeSlave.trust = jsRandom(-10, 10); @@ -2435,7 +2435,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { V.activeSlave.health = jsRandom(20, 60); break; case "fraud": V.activeSlave.career = jsEither(["a businessman", "a lawyer", "a stockbroker"]); - V.activeSlave.origin = `You purchased her life at a prison sale. She was ${ V.activeSlave.career } convicted of fraud. `; + V.activeSlave.origin = `You purchased her life at a prison sale. She was ${V.activeSlave.career} convicted of fraud. `; V.prisonCrime = "is incarcerated for fraud."; V.activeSlave.devotion = jsRandom(20, 40); V.activeSlave.trust = jsRandom(20, 50); @@ -2444,7 +2444,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { V.activeSlave.health = jsRandom(20, 60); break; case "tax evasion": V.activeSlave.career = jsEither(["a businessman", "a lawyer", "a stockbroker"]); - V.activeSlave.origin = `You purchased her life at a prison sale. She was ${ V.activeSlave.career } convicted of tax evasion. `; + V.activeSlave.origin = `You purchased her life at a prison sale. She was ${V.activeSlave.career} convicted of tax evasion. `; V.prisonCrime = "is incarcerated for tax evasion."; V.activeSlave.devotion = jsRandom(-20, 0); V.activeSlave.trust = jsRandom(20, 50); @@ -2453,7 +2453,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { V.activeSlave.health = jsRandom(20, 60); break; case "malpractice": V.activeSlave.career = jsEither(["a doctor", "a nurse", "a physician"]); - V.activeSlave.origin = `You purchased her life at a prison sale. She was ${ V.activeSlave.career } that took advantage of her position to molest and modify her patients. `; + V.activeSlave.origin = `You purchased her life at a prison sale. She was ${V.activeSlave.career} that took advantage of her position to molest and modify her patients. `; V.prisonCrime = "is incarcerated for malpractice."; V.activeSlave.devotion = jsRandom(-50, 0); V.activeSlave.trust = jsRandom(-100, -50); @@ -2462,7 +2462,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { V.activeSlave.health = jsRandom(-40, 20); break; case "abuse of power": V.activeSlave.career = jsEither(["a judge", "a lawyer", "a police officer"]); - V.activeSlave.origin = `You purchased her life at a prison sale. She was ${ V.activeSlave.career } that took advantage of her position for her own benefit. `; + V.activeSlave.origin = `You purchased her life at a prison sale. She was ${V.activeSlave.career} that took advantage of her position for her own benefit. `; V.prisonCrime = "is incarcerated for abuse of power."; V.activeSlave.devotion = jsRandom(-100, 0); V.activeSlave.trust = jsRandom(-50, 50); -- GitLab