diff --git a/src/uncategorized/pRivalryCapture.js b/src/uncategorized/pRivalryCapture.js
index d54d8ca94f4068fedb846ebf3782894234ff7acd..904653ca7568aaad394a8ce1fa52455cec7e42c1 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);