From 17f53b70578aedec8b08be2a59e8f7389eabafd1 Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Tue, 23 Apr 2019 17:57:10 -0500
Subject: [PATCH] PartOne

---
 src/js/SlaveState.js | 6 +++---
 src/js/wombJS.js     | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/js/SlaveState.js b/src/js/SlaveState.js
index 6d394763825..c3578570fef 100644
--- a/src/js/SlaveState.js
+++ b/src/js/SlaveState.js
@@ -18,7 +18,7 @@ App.Entity.SlavePornPerformanceState = class {
 		this.fame = {
 			/** generic porn fame */
 			general: 0,
-			/** fuckdoll porn fame */
+			/** Fuckdoll porn fame */
 			fuckdoll: 0,
 			/** rape porn fame */
 			rape: 0,
@@ -1564,9 +1564,9 @@ App.Entity.SlaveState = class SlaveState {
 		 * * 10+: dependent
 		 */
 		this.addict = 0;
-		/** fuckdoll degree
+		/** Fuckdoll degree
 		 *
-		 * 0: not; 1+: fuckdoll */
+		 * 0: not; 1+: Fuckdoll */
 		this.fuckdoll = 0;
 		/** 0: no; 1: yes */
 		this.choosesOwnClothes = 0;
diff --git a/src/js/wombJS.js b/src/js/wombJS.js
index ac32ad21ba5..9fec5854034 100644
--- a/src/js/wombJS.js
+++ b/src/js/wombJS.js
@@ -749,7 +749,7 @@ data.litters.length = summary count of separate litters in the womb.
 data.litters[x] = age (.realAge) of litter "x".
 data.countLitter[x] = count of fetuses in "x" litter.
 
-data.litterData[x] = contain array with actual fetuses that belong to a litter "x". Can be used to check anyithing related to fetus. (This is not copy, but reference to actual fetuses, so be careful with changes of this array).
+data.litterData[x] = contain array with actual fetuses that belong to a litter "x". Can be used to check anything related to fetus. (This is not copy, but reference to actual fetuses, so be careful with changes of this array).
 
 Sample of usage in SugarScript:
 ---
-- 
GitLab