diff --git a/devTools/javaSanityCheck/ignoredVariables b/devTools/javaSanityCheck/ignoredVariables
index a9584d1f2ece9f1be32d7b575e113d5707380c7e..20a462dbff031219ad7bc0187cee56f93bdd3e50 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 ebb90ca7f131e18ecb34c2621dae4074480f1153..0cd5b87b23a060c692708f522335a472bc78f33e 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 122a769983573b7426e639a0de0c24484cb519f0..62ce48dec28af5f4e211fbc21d74bc0ea0e1fb3a 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.`);