Skip to content
Snippets Groups Projects
Commit b0ba0433 authored by svornost's avatar svornost
Browse files

Spaces, missing word

parent f64608c7
No related branches found
No related tags found
No related merge requests found
......@@ -424,7 +424,7 @@ App.SlaveAssignment.inflation = (function() {
cow.boobsMilk = 0;
}
if (slave.inflation === 3) {
r.push(`two gallons of milk, `);
r.push(`two gallons of milk,`);
} else if (slave.inflation === 2) {
r.push(`four liters of milk,`);
} else if (slave.inflation === 1) {
......@@ -535,7 +535,7 @@ App.SlaveAssignment.inflation = (function() {
r.push(`sucks ${cow.slaveName}'s ${(cow.dick > 0) ? `cock` : `cum hole`} until ${he} is filled with nearly`);
}
if (slave.inflation === 3) {
r.push(`two gallons of cum, `);
r.push(`two gallons of cum,`);
} else if (slave.inflation === 2) {
r.push(`four liters of cum,`);
} else if (slave.inflation === 1) {
......
......@@ -246,13 +246,13 @@ App.Events.RESSMoistPussy = class RESSMoistPussy extends App.Events.BaseEvent {
} else {
t.push(`You're careful not to penetrate ${his} virgin slit with your middle finger, but you draw it up the exterior of ${his} channel, gathering a healthy amount of pussyjuice.`);
}
t.push(`Then you remove your hand, though the horny ${SlaveTitle(eventSlave)} unconsciously tries to follow the withdrawing digits. `);
t.push(`Then you remove your hand, though the horny ${SlaveTitle(eventSlave)} unconsciously tries to follow the withdrawing digits.`);
if (canSee(eventSlave)) {
t.push(`${He} stares at you, waiting to see what you're going to do, and a blush begins to rise on ${his} ${eventSlave.skin} cheeks as ${he} sees you reaching for ${his} mouth. ${His}`);
} else if (canHear(eventSlave)) {
t.push(`${He} listens carefully to your movements, waiting to see what you're going to do, and a blush begins to rise on ${his} ${eventSlave.skin} cheeks as ${he} feels you reaching for ${his} mouth. ${His}`);
} else {
t.push(`stays as still as ${he} can, until ${his} ${eventSlave.skin} cheeks blush as ${he} feels you reaching for ${his} mouth. ${His}`);
t.push(`${He} stays as still as ${he} can, until ${his} ${eventSlave.skin} cheeks blush as ${he} feels you reaching for ${his} mouth. ${His}`);
}
if (eventSlave.lips > 95) {
t.push(`facepussy`);
......
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