From eb486f373deab51bf52859e783b58e03bcc71187 Mon Sep 17 00:00:00 2001
From: Blank_Alt <12406-Blank_Alt@users.noreply.gitgud.io>
Date: Fri, 14 May 2021 02:33:33 +0000
Subject: [PATCH] FixesGrouping

---
 devTools/javaSanityCheck/ignoredVariables          | 2 +-
 src/futureSocieties/aztec/slaveSacrificePenance.js | 2 +-
 src/npc/interaction/fillUpFace.js                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/devTools/javaSanityCheck/ignoredVariables b/devTools/javaSanityCheck/ignoredVariables
index a9584d1f2ec..20a462dbff0 100644
--- a/devTools/javaSanityCheck/ignoredVariables
+++ b/devTools/javaSanityCheck/ignoredVariables
@@ -9,4 +9,4 @@ securityHQ
 waterwayTime
 dickSize
 dinnerParty
-sacrificeType
\ No newline at end of file
+seed
\ No newline at end of file
diff --git a/src/futureSocieties/aztec/slaveSacrificePenance.js b/src/futureSocieties/aztec/slaveSacrificePenance.js
index ebb90ca7f13..0cd5b87b23a 100644
--- a/src/futureSocieties/aztec/slaveSacrificePenance.js
+++ b/src/futureSocieties/aztec/slaveSacrificePenance.js
@@ -571,7 +571,7 @@ App.UI.SlaveInteract.aztecSlaveSacrificePenance = function(sacrifice) {
 			sacrifice.fetishStrength += 7;
 		} else if (sacrifice.sexualFlaw === "repressed") {
 			sacrifice.fetishStrength -= 2;
-			// r.push(`The constant shame ${he} was subjected in such a public way made ${him} <span class="devotion dec">trust you less</span> and <span class="devotion inc">hate you more.</span>`); TODO: wrong wrong wrong
+			// r.push(`The constant shame ${he} was subjected in such a public way made ${him} <span class="devotion dec">trust you less</span> and <span class="devotion inc">hate you more.</span>`); TODO: FIXME
 		} else {
 			sacrifice.devotion -= 5;
 			sacrifice.trust -= 5;
diff --git a/src/npc/interaction/fillUpFace.js b/src/npc/interaction/fillUpFace.js
index 122a7699835..62ce48dec28 100644
--- a/src/npc/interaction/fillUpFace.js
+++ b/src/npc/interaction/fillUpFace.js
@@ -15,7 +15,7 @@ App.Interact.fillUpFace = function(slave) {
 	slave.bellyAccessory = "none";
 	let pregDiscovery = 0;
 	const belly = bellyAdjective(slave);
-	r.push(`You attach a hose to V.dairyName tap with the pipes set to pump ${slave.inflationType} and affix a special nozzle to it, one with straps useful for anchoring it to resisting slaves, before calling ${him} over so you can feel ${him} up while you force-feed ${him} ${slave.inflationType}.`);
+	r.push(`You attach a hose to ${V.dairyName} tap with the pipes set to pump ${slave.inflationType} and affix a special nozzle to it, one with straps useful for anchoring it to resisting slaves, before calling ${him} over so you can feel ${him} up while you force-feed ${him} ${slave.inflationType}.`);
 
 	if (slave.inflation > 1 && slave.preg > 1) {
 		r.push(`${He} looks uneasy at the prospect of taking in that much, far more than could be considered normal.`);
-- 
GitLab