Skip to content
Snippets Groups Projects
Commit fe78ddfd authored by Anu's avatar Anu
Browse files

Don't respond to question from mute slave

parent 9d97d617
No related branches found
No related tags found
1 merge request!11123Various changes
...@@ -98,10 +98,12 @@ App.Events.RESSFirstPeriod = class RESSFirstPeriod extends App.Events.BaseEvent ...@@ -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}.`); 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)) { if (!canTalk(slave)) {
r.push(`${He} gasps and rubs a hand across ${his} stomach.`); 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 { } else {
r.push(Spoken(slave, `"But I'm still a child myself, ${Master}, I can't get pregnant yet!"`)); 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) { if (slave.vagina === 0) {
r.push(`delightfully tight, virgin`); r.push(`delightfully tight, virgin`);
} else if (slave.vagina === 1) { } else if (slave.vagina === 1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment