From df40fea57050bf654649db361925dc94e7b7c39b Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Wed, 25 Dec 2019 01:59:07 -0800
Subject: [PATCH] Remove arbitrary oral counter from Nanny.  If nursery
 occupants need the extra sexual attention from the facility leader, they'll
 get it in saRules, just like patients in the clinic do.

---
 src/endWeek/saNanny.js | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/endWeek/saNanny.js b/src/endWeek/saNanny.js
index bba5fdf8186..2556a3145b9 100644
--- a/src/endWeek/saNanny.js
+++ b/src/endWeek/saNanny.js
@@ -26,13 +26,6 @@ window.saNanny = function saNanny(slave) {
 		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.`;
 	}
 
-	// TODO:
-	if (slave.rules.release !== "chastity") {
-		const oral = jsRandom(5, 10);
-		slave.counter.oral += oral;
-		V.oralTotal += oral;
-	}
-
 	// TODO:
 	if (slave.relationship === -2) {
 		t += ` ${He} does ${his} best to perfect your domesticity due to ${his} emotional bond to you.`;
-- 
GitLab