From fe78ddfdc0d316f173166aa14b4c4b10cf74e7e6 Mon Sep 17 00:00:00 2001
From: Anu <anulithic@gmail.com>
Date: Fri, 7 Oct 2022 01:48:07 -0700
Subject: [PATCH] Don't respond to question from mute slave

---
 src/events/RESS/review/firstPeriod.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/events/RESS/review/firstPeriod.js b/src/events/RESS/review/firstPeriod.js
index 3346782c5bc..1dcaa8f84d4 100644
--- a/src/events/RESS/review/firstPeriod.js
+++ b/src/events/RESS/review/firstPeriod.js
@@ -98,10 +98,12 @@ App.Events.RESSFirstPeriod = class RESSFirstPeriod extends App.Events.BaseEvent
 			r.push(`You tell ${him} that ${he} is just becoming a woman, and to celebrate, you are going to put a child in ${him}.`);
 			if (!canTalk(slave)) {
 				r.push(`${He} gasps and rubs a hand across ${his} stomach.`);
+				r.push(`You tell ${him} that ${he} has become fertile, and it's now time that ${he} learned what {his} body was made for.`);
 			} else {
 				r.push(Spoken(slave, `"But I'm still a child myself, ${Master}, I can't get pregnant yet!"`));
+				r.push(`You tell ${him} that prior to this week, that would have been true. However, now that ${he} has become fertile, it's time that ${he} learned what ${his} body was made for.`);
 			}
-			r.push(`You tell ${him} that prior to this week, that would have been true. However, now that ${he} has become fertile, it's time that ${he} learned what ${his} body was made for. You guide ${him} to the couch and tell ${him} to lie on ${his} back so that you may take ${him}. ${He} breaks down when ${he} feels your cock enter ${his}`);
+			r.push(`You guide ${him} to the couch and tell ${him} to lie on ${his} back so that you may take ${him}. ${He} breaks down when ${he} feels your cock enter ${his}`);
 			if (slave.vagina === 0) {
 				r.push(`delightfully tight, virgin`);
 			} else if (slave.vagina === 1) {
-- 
GitLab