From a22b0db2b6a7daa5dcfe45b1a1262b362b13295e Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Mon, 8 Jun 2020 16:14:04 -0400 Subject: [PATCH] fix --- src/npc/descriptions/lawCompliance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npc/descriptions/lawCompliance.js b/src/npc/descriptions/lawCompliance.js index 642ded672a6..35768bc5dde 100644 --- a/src/npc/descriptions/lawCompliance.js +++ b/src/npc/descriptions/lawCompliance.js @@ -640,7 +640,7 @@ App.Desc.lawCompliance = function(slave) { slave.height = Math.round(Height.jsRandom(slave, {skew: V.policies.SMR.height.advancedSMR, limitMult: [0, 5 * V.AdvancedHeightSMR]})); r.push(`While ${he} was in the slave pens, ${he} saw that slaves on the shorter end of the height curve were immediately designated as menials and Fuckdolls.`); if (slave.physicalAge < 16) { - r.push(`${He} is <span class="gold"> terrified</span> that if ${he} doesn't keep growing, ${he}'ll be reassigned on the spot without a second thought.`); + r.push(`${He} is <span class="gold">terrified</span> that if ${he} doesn't keep growing, ${he}'ll be reassigned on the spot without a second thought.`); slave.trust -= 5; } else { r.push(`${His} above average stature gives ${him} a promising future compared to ${his} shorter peers, leaving ${him} <span class="mediumOrchid">inappropriately proud</span> of ${his} height.`); -- GitLab