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

Fixed servants not respecting chastity rules

parent 07cdfcc5
No related branches found
No related tags found
No related merge requests found
...@@ -58,10 +58,12 @@ window.saServant = /** @param {App.Entity.SlaveState} slave */ function saServan ...@@ -58,10 +58,12 @@ window.saServant = /** @param {App.Entity.SlaveState} slave */ function saServan
t += `so happy to serve your other slaves that ${he} often sees to their needs before they know they have them, and greatly <span class='yellowgreen'>reduces the upkeep</span> of your slaves.`; t += `so happy to serve your other slaves that ${he} often sees to their needs before they know they have them, and greatly <span class='yellowgreen'>reduces the upkeep</span> of your slaves.`;
} }
let _oral = jsRandom(5,10); if (slave.releaseRules !== "chastity") {
slave.oralCount += _oral; let _oral = jsRandom(5,10);
V.oralTotal += _oral; slave.oralCount += _oral;
V.oralTotal += _oral;
}
if (slave.relationship == -2) { if (slave.relationship == -2) {
t += ` ${He} does ${his} best to perfect your domesticity due to ${his} emotional bond to you.`; t += ` ${He} does ${his} best to perfect your domesticity due to ${his} emotional bond to you.`;
} else if (slave.relationship == -3 && slave.devotion > 50) { } else if (slave.relationship == -3 && slave.devotion > 50) {
......
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