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

A couple more

parent 6f7ce03d
No related branches found
No related tags found
1 merge request!5972Pronoun fixes
...@@ -367,7 +367,7 @@ window.saGetMilked = (function saGetMilked() { ...@@ -367,7 +367,7 @@ window.saGetMilked = (function saGetMilked() {
function milkingEffects(slave) { function milkingEffects(slave) {
if (slave.fetishKnown) { if (slave.fetishKnown) {
if (slave.fetish === "boobs" || slave.energy > 95) { if (slave.fetish === "boobs" || slave.energy > 95) {
r += ` Getting constantly milked is as good as sex, as far as ${he}'s concerned. <span class="devotion inc">$He is happy</span> to have ${his} breasts receive so much attention.`; r += ` Getting constantly milked is as good as sex, as far as ${he}'s concerned. <span class="devotion inc">${He} is happy</span> to have ${his} breasts receive so much attention.`;
slave.devotion += 1; slave.devotion += 1;
if (slave.need > 0) { if (slave.need > 0) {
slave.need = 0; slave.need = 0;
......
...@@ -154,7 +154,7 @@ window.saPorn = (function saPorn() { ...@@ -154,7 +154,7 @@ window.saPorn = (function saPorn() {
r += `${He} has claimed a niche for ${himself} in ${slave.porn.fameType} porn, so there is a constant cycle of new arrivals and bored ex-watchers. `; r += `${He} has claimed a niche for ${himself} in ${slave.porn.fameType} porn, so there is a constant cycle of new arrivals and bored ex-watchers. `;
} }
} else { } else {
r += `${He} is borderline unknown, so $he tends to hold onto the few watchers ${he} has. `; r += `${He} is borderline unknown, so ${he} tends to hold onto the few watchers ${he} has. `;
} }
if (slave.prestige > 1) { if (slave.prestige > 1) {
......
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