From cdc83adfb0da5a8baa405d2e9fa3d447c084ab4d Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 7 Sep 2020 14:46:31 -0400 Subject: [PATCH] fix --- src/uncategorized/pRivalryCapture.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/pRivalryCapture.js b/src/uncategorized/pRivalryCapture.js index d54d8ca94f4..904653ca756 100644 --- a/src/uncategorized/pRivalryCapture.js +++ b/src/uncategorized/pRivalryCapture.js @@ -513,10 +513,10 @@ globalThis.pRivalryCapture = function() { slave.intelligenceImplant = 30; slave.devotion = -20; slave.trust = -10; - slave.origin = "${He} was once an arcology owner like yourself."; + slave.origin = "$He was once an arcology owner like yourself."; slave.career = "an arcology owner"; slave.prestige = 3; - slave.prestigeDesc = "You bankrupted and enslaved ${him} in revenge for ${his} part in the attack on your arcology by the Daughters of Liberty."; + slave.prestigeDesc = "You bankrupted and enslaved $him in revenge for $his part in the attack on your arcology by the Daughters of Liberty."; setHealth(slave, 100, 0, 0, 0, jsRandom(10, 30)); if (slave.physicalAge > 35) { applyAgeImplant(slave); -- GitLab