Skip to content
Snippets Groups Projects
Commit 239d34cc authored by Skriv's avatar Skriv
Browse files

touchups 2

parent 97d47688
Branches
Tags
1 merge request!7106RESS/retching cum feeding
...@@ -28,10 +28,16 @@ App.Events.RESSRetchingCum = class RESSRetchingCum extends App.Events.BaseEvent ...@@ -28,10 +28,16 @@ App.Events.RESSRetchingCum = class RESSRetchingCum extends App.Events.BaseEvent
App.Events.drawEventArt(node, eventSlave, "no clothing"); App.Events.drawEventArt(node, eventSlave, "no clothing");
let t = []; let t = [];
t.push(`You are inspecting the slave feeding area early in the week, watching your slaves as they come and go to get their required nourishment for the morning. You see`); t.push(`You are inspecting the slave feeding area early in the week, watching your slaves as they come and go to get their required nourishment for the morning.`);
t.push(App.UI.DOM.slaveDescriptionDialog(eventSlave)); t.push(App.UI.DOM.slaveDescriptionDialog(eventSlave));
t.push(V.cockFeeder === 1 ? `as ${he} kneels in front of the feeder phallus with a look of disgust on ${his} face` : `as ${he}`); if (V.cockFeeder === 1) {
t.push(canSee(eventSlave) ? `stares into ${his} cup of nutritional fluid with a look of disgust on ${his} face.` : `grimaces at ${his} cup of nutritional fluid.`); t.push(`You see as ${he} kneels in front of the feeder`);
t.push(canSee(eventSlave) ? `phallus, staring at it with disgust plainly written on ${his} face.` : `phallus with a look of disgust on ${his} face.`);
} else if (canSee(eventSlave)) {
t.push(`You see ${him} staring into ${his} cup of nutritional fluid with a look of disgust on ${his} face.`);
} else {
t.push(`You see ${him} grimacing at ${his} cup of nutritional fluid.`);
}
t.push(`You quickly check your records and ${V.assistant.name} confirms that ${eventSlave.slaveName} is required to ingest`); t.push(`You quickly check your records and ${V.assistant.name} confirms that ${eventSlave.slaveName} is required to ingest`);
t.push(eventSlave.dietCum === 2 ? `an extreme diet based almost entirely on human ejaculate.` : `a large amount of human ejaculate as part of ${his} diet.`); t.push(eventSlave.dietCum === 2 ? `an extreme diet based almost entirely on human ejaculate.` : `a large amount of human ejaculate as part of ${his} diet.`);
App.Events.addParagraph(node, t); App.Events.addParagraph(node, t);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment