From 5829ca1349f14558ab8a37b680c0cd9d417b6cfd Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Wed, 25 Dec 2019 02:04:21 -0800 Subject: [PATCH] Remove oral counter increment from saServant. Most of the flavor text suggests that servant is a nonsexual job, and as far as the ones that suggest a sexual aspect go, that aspect could be satisfied with toys or equivalent. Regardless, servants don't actually address sexual need, so there's no reason to tie sex acts to the job. --- src/endWeek/saServant.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/endWeek/saServant.js b/src/endWeek/saServant.js index 94fb23fb83d..1deaab033bf 100644 --- a/src/endWeek/saServant.js +++ b/src/endWeek/saServant.js @@ -87,12 +87,6 @@ window.saServant = function saServant(slave) { r += `.`; } - if (slave.rules.release !== "chastity") { - const _oral = jsRandom(5, 10); - slave.counter.oral += _oral; - V.oralTotal += _oral; - } - if (slave.relationship === -2) { t += ` ${He} does ${his} best to perfect your domesticity due to ${his} emotional bond to you.`; } else if (slave.relationship === -3 && slave.devotion > 50) { -- GitLab