Skip to content
Snippets Groups Projects
Commit 1d13d80c authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'hotfixes' into 'pregmod-master'

Chastity fixes

Closes #562

See merge request pregmodfan/fc-pregmod!3878
parents d7ab3e67 9e9d8705
No related branches found
No related tags found
No related merge requests found
...@@ -103,4 +103,5 @@ package.json ...@@ -103,4 +103,5 @@ package.json
fc-pregmod fc-pregmod
*.outline *.outline
*.todo *.todo
TODO.txt TODO.txt
\ No newline at end of file .vscode/settings.json
{ {
"eslint.enable": false
} }
\ No newline at end of file
...@@ -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) {
......
This diff is collapsed.
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