From d8549bb679d0b72143f35d4f0b03415560db97c1 Mon Sep 17 00:00:00 2001
From: Blank_Alt <12406-Blank_Alt@users.noreply.gitgud.io>
Date: Sat, 27 Feb 2021 15:29:40 +0000
Subject: [PATCH] sanityCheckFixes

---
 devTools/dictionary_phrases.txt           | 3 ---
 devTools/dictionary_wholeWords.txt        | 3 +++
 devTools/javaSanityCheck/ignoredVariables | 1 -
 src/events/PE/UnderageConcubine.js        | 4 ++--
 src/js/wombJS.js                          | 1 -
 5 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/devTools/dictionary_phrases.txt b/devTools/dictionary_phrases.txt
index 6d09c133761..8ecc739768a 100644
--- a/devTools/dictionary_phrases.txt
+++ b/devTools/dictionary_phrases.txt
@@ -16,9 +16,6 @@ attepmts#attempts
 youreslf#yourself
 advnaces#advances
 canAcheive#canAchieve
-setBellySize#SetBellySize
-SetbellySize#SetBellySize
-setbellySize#SetBellySize
 bellypreg#bellyPreg
 bellyimplant#bellyImplant
 bellyfluid#bellyFluid
diff --git a/devTools/dictionary_wholeWords.txt b/devTools/dictionary_wholeWords.txt
index 1dcaf0300b3..94654b19b37 100644
--- a/devTools/dictionary_wholeWords.txt
+++ b/devTools/dictionary_wholeWords.txt
@@ -4,6 +4,9 @@
 # appears, surrounded by non letters
 # Format is: searchPhrase#errorMessage
 # Output is: Found searchPhrase; Error: errorMessage
+setBellySize#SetBellySize
+SetbellySize#SetBellySize
+setbellySize#SetBellySize
 abandonned#abandoned
 aberation#aberration
 abilityes#abilities
diff --git a/devTools/javaSanityCheck/ignoredVariables b/devTools/javaSanityCheck/ignoredVariables
index c476c005702..d0ddb90cab4 100644
--- a/devTools/javaSanityCheck/ignoredVariables
+++ b/devTools/javaSanityCheck/ignoredVariables
@@ -14,7 +14,6 @@ DivWhoreDev
 acquire
 #tabs#######################
 IntroSummary
-Assistant
 ############################
 societyChanged
 totalMerc
diff --git a/src/events/PE/UnderageConcubine.js b/src/events/PE/UnderageConcubine.js
index 3278410fa0a..eb4a65b4cab 100644
--- a/src/events/PE/UnderageConcubine.js
+++ b/src/events/PE/UnderageConcubine.js
@@ -277,7 +277,7 @@ App.Events.PEUnderageConcubine = class PEUnderageConcubine extends App.Events.Ba
 				let frag2 = document.createDocumentFragment();
 
 				t = [];
-				t.push(`"We encourage everyone to explore their sexuality, even children," you reply, proceeding to explain that, far from being asexual, kids like ${concubine.slaveName} are naturally curious about their bodies and sex. Although you do your best to explain having sex with the underaged in your arcology as an educational excercise, you can tell that the interviewer remains skeptical. It seems the old world just isn't ready for interactive sex ed.`);
+				t.push(`"We encourage everyone to explore their sexuality, even children," you reply, proceeding to explain that, far from being asexual, kids like ${concubine.slaveName} are naturally curious about their bodies and sex. Although you do your best to explain having sex with the underaged in your arcology as an educational exercise, you can tell that the interviewer remains skeptical. It seems the old world just isn't ready for interactive sex ed.`);
 				App.Events.addParagraph(frag2, t);
 
 				// remember your audience...this is NOT the answer the old world wants to hear!
@@ -299,7 +299,7 @@ App.Events.PEUnderageConcubine = class PEUnderageConcubine extends App.Events.Ba
 				t = [];
 				if (interviewPoints > 0) {
 					const womanP = getPronouns(V.PC).woman;
-					t.push(`Furthermore, by the end of the interview you can tell you've made some signficiant progress getting the interviewer, and hopefully the audience, more receptive towards your point of view. Recordings find their way back into the Free Cities and you're <span class="reputation inc">hailed as a spokes${womanP}.</span>`);
+					t.push(`Furthermore, by the end of the interview you can tell you've made some significant progress getting the interviewer, and hopefully the audience, more receptive towards your point of view. Recordings find their way back into the Free Cities and you're <span class="reputation inc">hailed as a spokes${womanP}.</span>`);
 					App.Events.addParagraph(frag2, t);
 					V.eventResults.youngConcubine = 2; // record persuasive success in case we want to use it in the future
 					repX(1000, "event");
diff --git a/src/js/wombJS.js b/src/js/wombJS.js
index d969ae03fa9..3fd483c598b 100644
--- a/src/js/wombJS.js
+++ b/src/js/wombJS.js
@@ -559,7 +559,6 @@ globalThis.WombMaxPreg = function(actor) {
 };
 
 globalThis.WombNormalizePreg = function(actor) {
-	// console.log("New actor: " + actor.slaveName + " ===============" + actor.name);
 	WombInit(actor);
 
 	// this is broodmother on hold.
-- 
GitLab