Skip to content
Snippets Groups Projects
Commit d3bdacd9 authored by DCoded's avatar DCoded
Browse files

Minor text fix, formatting change

parent acef9455
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ window.saNanny = function saNanny(slave) { ...@@ -6,6 +6,7 @@ window.saNanny = function saNanny(slave) {
"use strict"; "use strict";
const V = State.variables, const V = State.variables,
{ {
// eslint-disable-next-line no-unused-vars
he, him, his, hers, himself, boy, He, His he, him, his, hers, himself, boy, He, His
} = getPronouns(slave); } = getPronouns(slave);
...@@ -33,9 +34,9 @@ window.saNanny = function saNanny(slave) { ...@@ -33,9 +34,9 @@ window.saNanny = function saNanny(slave) {
// TODO: // TODO:
if (slave.releaseRules !== "chastity") { if (slave.releaseRules !== "chastity") {
const _oral = jsRandom(5, 10); const oral = jsRandom(5, 10);
slave.counter.oral += _oral; slave.counter.oral += oral;
V.oralTotal += _oral; V.oralTotal += oral;
} }
// TODO: // TODO:
......
...@@ -16748,6 +16748,7 @@ App.Facilities.Nursery.nurseryReport = function nurseryReport() { ...@@ -16748,6 +16748,7 @@ App.Facilities.Nursery.nurseryReport = function nurseryReport() {
if (V.showEWD) { if (V.showEWD) {
const const
He = slave.genes === "XX" ? `She` : `He`; He = slave.genes === "XX" ? `She` : `He`;
r += `<br><br>`; r += `<br><br>`;
/* 000-250-006 */ /* 000-250-006 */
if (V.seeImages && V.seeReportImages) { if (V.seeImages && V.seeReportImages) {
......
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