Skip to content
Snippets Groups Projects
Commit 0bf915eb authored by brickode's avatar brickode
Browse files

Text changes

parent 873c0968
No related branches found
No related tags found
1 merge request!7465Farmyard animals DOMification
......@@ -141,7 +141,7 @@ App.Interact.fAnimal = function(slave, type) {
if (slaveApproves()) {
r.push(`${slave.slaveName} clearly has some reservations about having ${his} ${act === "anal" ? `anal ` : ``}virginity taken by ${a} ${fetishDesc}, but the thought of ${fetishDesc} is enough to make agree to comply.`);
} else {
r.push(`${slave.slaveName} tries in vain to conceal ${his} horror at the thought of having ${his} precious ${act === "anal" ? `rosebud` : `pearl`} taken by a beast, but quickly regains ${his} composure. `);
r.push(`${slave.slaveName} tries in vain to conceal ${his} horror at the thought of having ${his} precious ${act === "anal" ? `rosebud` : `pearl`} taken by a beast, but quickly regains ${his} composure.`);
}
}
}
......@@ -152,20 +152,20 @@ App.Interact.fAnimal = function(slave, type) {
if (slaveApproves()) {
r.push(`${slave.slaveName} looks disgusted at the thought of sucking off ${a} ${animal} at first, but the thought of the ${fetishDesc} that comes with it seems to spark a small flame of lust in ${him}.`);
} else {
r.push(`${slave.slaveName} tries in vain to conceal ${his} horror at the thought of blowing ${a} ${animal}, and only the threat of worse punishment keeps ${him} from running away as fast as ${he} can.`);
r.push(`${slave.slaveName} tries in vain to conceal ${his} horror at the thought of blowing ${a} ${animal}${canWalk(slave) ? `, and only the threat of worse punishment keeps ${him} from running away as fast as ${he} can` : ``}.`);
}
} else {
if ((act === "vaginal" && slave.vagina > 0) || (act === "anal" && slave.anus > 0)) {
if (slaveApproves()) {
r.push(`${slave.slaveName} looks disgusted at the thought of fucking ${a} ${animal} at first, but the thought of the ${fetishDesc} that comes with it seems to spark a small flame of lust in ${him}.`);
} else {
r.push(`${slave.slaveName} tries in vain to coneal ${his} horror at the thought of fucking ${a} ${animal}, and only the threat of worse punishment keeps ${him} from running away as fast as ${he} can.`);
r.push(`${slave.slaveName} tries in vain to coneal ${his} horror at the thought of fucking ${a} ${animal}${canWalk(slave) ? `, and only the threat of worse punishment keeps ${him} from running away as fast as ${he} can` : ``}.`);
}
} else {
if (slaveApproves()) {
r.push(`${slave.slaveName} clearly has some reservations about having ${his} ${act === "anal" ? `anal ` : ``}virginity taken by ${a} ${fetishDesc}, but the thought of ${fetishDesc} is enough to make agree to comply.`);
} else {
r.push(`${slave.slaveName} tries in vain to conceal ${his} horror at the thought of having ${his} precious ${act === "anal" ? `rosebud` : `pearl`} taken by a beast, and only the threat of worse punishment keeps ${him} from running away as fast as ${he} can.`);
r.push(`${slave.slaveName} tries in vain to conceal ${his} horror at the thought of having ${his} precious ${act === "anal" ? `rosebud` : `pearl`} taken by a beast${canWalk(slave) ? `, and only the threat of worse punishment keeps ${him} from running away as fast as ${he} can` : ``}.`);
}
}
}
......
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