From 31ed367458595f3c1f5ce814092f928f9fa2c189 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Thu, 21 May 2020 19:14:06 -0700
Subject: [PATCH] Fix a few other subslave bugs (it's chastityPenis, not
 chastityDick, and capitalize domSlave correctly.

---
 src/endWeek/saServeYourOtherSlaves.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/endWeek/saServeYourOtherSlaves.js b/src/endWeek/saServeYourOtherSlaves.js
index 550aacd54d3..890fab126be 100644
--- a/src/endWeek/saServeYourOtherSlaves.js
+++ b/src/endWeek/saServeYourOtherSlaves.js
@@ -716,7 +716,7 @@ App.SlaveAssignment.serveYourOtherSlaves = (function() {
 			}
 			r.push(`before asking for ${his2} portion to be plated appropriately. ${subName} struggles to eat`);
 			if (slave.dick > 0) {
-				if (slave.chastityDick) {
+				if (slave.chastityPenis) {
 					r.push(`with an eager tongue probing the gaps around ${his} chastity cage trying to gather every last drop of slave food.`);
 				} else {
 					r.push(`while ${his}`);
@@ -873,7 +873,7 @@ App.SlaveAssignment.serveYourOtherSlaves = (function() {
 					slave.counter.vaginal += fuckCount;
 					V.vaginalTotal += fuckCount;
 				}
-			} else if (domslave.pregKnown === 1 || slave.belly > 10000 || slave.bellyPreg >= 1500) {
+			} else if (domSlave.pregKnown === 1 || slave.belly > 10000 || slave.bellyPreg >= 1500) {
 				if (domSlave.pregKnown === 1) {
 					if (slave.devotion < -20) {
 						r.push(`Since ${domName} is pregnant, ${subName} finds ${himself} forced to`);
-- 
GitLab