Skip to content
Snippets Groups Projects
Commit 10bd5054 authored by brickode's avatar brickode
Browse files

Began adding devoted consummation variant

parent 0d880aea
No related branches found
No related tags found
1 merge request!7465Farmyard animals DOMification
......@@ -25,7 +25,7 @@ App.Interact.fAnimal = function(slave, type) {
break;
}
if (slave.assignment === Job.FUCKTOY) {
if (slave.assignment === Job.FUCKTOY || slave.assignment === Job.MASTERSUITE) {
if (slave.toyHole === "pussy") {
act = "vaginal";
} else if (slave.toyHole === "ass") {
......@@ -93,6 +93,10 @@ App.Interact.fAnimal = function(slave, type) {
r.push(`${slave.slaveName} nods ${his} head dumbly, ${his} eyes vacant${!canSee(slave) ? ` as always` : ``}.`);
}
if (slave.devotion > 50) {
consummationDevoted();
}
mainDiv.append(r.join(' '));
return frag;
......@@ -178,4 +182,16 @@ App.Interact.fAnimal = function(slave, type) {
`and only the threat of far worse punishment is enough to prevent ${him} from running out of the room.` :
`but ${he} knows ${he} is powerless to stop you`}.`);
}
// MARK: Consummation Functions
function consummationDevoted() {
if (act === "oral") {
r.push(`You have ${him} kneel on the floor before calling in the ${animal}. The beast slowly saunters up to the slave where ${he} waits, showing little concern when the slave reaches out and begins masturbating it to begin the process of getting the animal hard. Once the ${animal} is hard enough, ${slave.slaveName} takes its cock and begins to give a few tentative licks before finally putting it in ${his} mouth.`);
} else {
r.push(`You have ${slave.clothes !== "no clothing" ? `take off ${his} clothes and ` : ``} get on the floor, ass in the air, before calling in the ${animal}. The beast slowly saunters up to the slave, where it takes only a few seconds for its animal brain to realize that what it is standing behind is a warm hole that needs to be filled with seed. Another slave lines its cock up with ${slave.slaveName}'s ${act === "vaginal" ? `pussy` : `ass`}, then with a thrust, the ${animal} begins to fuck ${him}.`);
}
}
};
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