From c566f670e68dfcfd8df539bf020130de2585c2ac Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sun, 22 Aug 2021 23:29:33 -0700 Subject: [PATCH] Fix bad copypaste --- src/events/RE/reSiblingPlease.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/RE/reSiblingPlease.js b/src/events/RE/reSiblingPlease.js index 4fcf2c2c9e1..65cd3d4412e 100644 --- a/src/events/RE/reSiblingPlease.js +++ b/src/events/RE/reSiblingPlease.js @@ -365,7 +365,7 @@ App.Events.RESiblingPlease = class RESiblingPlease extends App.Events.BaseEvent } else if (mom.devotion > 50 || mom.fetish === "pregnancy") { mom.devotion += 4; mom.trust += 2; - t.push(`while ${mom.slaveName} is <span class="devotion inc">just as excited</span> that ${he2} gets to carry it, and <span class="trust inc">hopes and trusts</span> you'll allow ${him2} to provide good advice for ${his2} pregnant ${daughter}.`); + t.push(`while ${mom.slaveName} is <span class="devotion inc">just as excited</span> about ${his2} upcoming child and grandchild, and <span class="trust inc">hopes and trusts</span> you'll allow ${him2} to provide good advice for ${his2} pregnant ${daughter}.`); } else { mom.trust -= 4; t.push(`but ${mom.slaveName} <span class="trust dec">fears your arbitrary control</span> of ${his2} and ${his2} ${daughter}'s bodies.`); -- GitLab