From 66ee32ded23d298c5b26ff5386069ab9c576cb43 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 6 Jul 2024 21:58:49 +0000
Subject: [PATCH] fixes for reReputedDaughter

---
 src/events/RE/reReputedDaughter.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/events/RE/reReputedDaughter.js b/src/events/RE/reReputedDaughter.js
index e4faa0f59b3..44752cbb002 100644
--- a/src/events/RE/reReputedDaughter.js
+++ b/src/events/RE/reReputedDaughter.js
@@ -119,7 +119,7 @@ App.Events.REReputedDaughter = class REReputedDaughter extends App.Events.BaseEv
 		App.Events.addParagraph(node, r);
 		r = [];
 		r.push(`You observe the ${kid}, who appears to be simultaneously nervous and excited. ${HisD} blatant dependence on aphrodisiacs is unmistakable. Considering ${hisD} privileged upbringing and reputable background, it is reasonable to assume that ${heD} has the capacity to excel as a sexual slave, rather than merely serving as a domestic servant.`);
-		r.push(`Turning to face you, the ${fatherF} demands that you make up for the harm your slave has caused to ${himF} and ${hisF} family. While doing so, ${heF} leers at ${slave.slaveName} with a lascivious expression${rumored ? `, which conjures up rumors about the peculiar sexual preferences that have been circulating about ${himD}` : ""}.`);
+		r.push(`Turning to face you, the ${fatherF} demands that you make up for the harm your slave has caused to ${himF} and ${hisF} family. While doing so, ${heF} leers at ${slave.slaveName} with a lascivious expression${rumored ? `, which conjures up rumors about the peculiar sexual preferences that have been circulating about ${himF}` : ""}.`);
 		App.Events.addParagraph(node, r);
 		r = [];
 
@@ -206,7 +206,7 @@ App.Events.REReputedDaughter = class REReputedDaughter extends App.Events.BaseEv
 				r.push(`${slave.slaveName} feels like that ${he} <span class="trust inc">got away with something ${he} shouldn't have</span>`);
 				if (slave.rules.relationship === "restrictive" || slave.relationship !== 0) {
 					if (slave.rules.release.slaves === 0) {
-						r.push(`and is <span class="devotion dec">annoyed</span> that your rules mean ${he} can't keep fucking the {kid}.`);
+						r.push(`and is <span class="devotion dec">annoyed</span> that your rules mean ${he} can't keep fucking the ${kid}.`);
 						slave.devotion -= 5;
 						slave.trust += 3;
 					} else {
-- 
GitLab