From b99901500c8539bb9afc78b38ca1e5b9a94a9352 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 19 Feb 2021 05:52:34 -0500
Subject: [PATCH] tweak

---
 src/events/PE/UnderageConcubine.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events/PE/UnderageConcubine.js b/src/events/PE/UnderageConcubine.js
index dd784c6c542..87b8cbe752c 100644
--- a/src/events/PE/UnderageConcubine.js
+++ b/src/events/PE/UnderageConcubine.js
@@ -275,7 +275,7 @@ App.Events.PEUnderageConcubine = class PEUnderageConcubine extends App.Events.Ba
 				let frag2 = document.createDocumentFragment();
 
 				t = [];
-				t.push(`"We encourage everyone to explore their sexuality, even children," you reply, proceeding to explain that, far from being asexual, kids like ${concubine.slaveName} are naturally curious about their bodies and sex. Although you do your best to explain underaged sex in your arcology as an educational excercise, you can tell that the interviewer remains skeptical. It seems the old world just isn't ready for interactive sex ed.`);
+				t.push(`"We encourage everyone to explore their sexuality, even children," you reply, proceeding to explain that, far from being asexual, kids like ${concubine.slaveName} are naturally curious about their bodies and sex. Although you do your best to explain having sex with the underaged in your arcology as an educational excercise, you can tell that the interviewer remains skeptical. It seems the old world just isn't ready for interactive sex ed.`);
 				App.Events.addParagraph(frag2, t);
 
 				// remember your audience...this is NOT the answer the old world wants to hear!
-- 
GitLab