diff --git a/devTools/javaSanityCheck/ignoredVariables b/devTools/javaSanityCheck/ignoredVariables
index 1b839f16bb14a9c20a0deb915d08653c79756e1b..0fc5a1a4d7c6b699daec3e63842c7279347fa434 100644
--- a/devTools/javaSanityCheck/ignoredVariables
+++ b/devTools/javaSanityCheck/ignoredVariables
@@ -2,6 +2,8 @@
 #likely bugged check
 AGrowth
 #
+cumSale
+fluidSale
 defaultColorMap
 clamp
 MIN
@@ -47,7 +49,6 @@ normalOvaMax
 rejects
 expCheck
 interactionLink
-raw
 minDomActionDelay
 Categorizer
 upgrade
diff --git a/devTools/javaSanityCheck/twineTags b/devTools/javaSanityCheck/twineTags
index abcfaca173f3d8e270a1a4317d9f7355f44f8efa..5385eba72a4ffffe21a445d10cd75c05a326ded5 100644
--- a/devTools/javaSanityCheck/twineTags
+++ b/devTools/javaSanityCheck/twineTags
@@ -20,6 +20,7 @@ options;1
 print;0
 replace;1
 run;0
+scope;1
 script;1
 set;0
 silently;1
diff --git a/src/endWeek/saGetMilked.js b/src/endWeek/saGetMilked.js
index b681d2450e8e38683ce90e31fa006461c23df48f..cd5915b5d49b5aaf85a04643a14be9d407d7e563 100644
--- a/src/endWeek/saGetMilked.js
+++ b/src/endWeek/saGetMilked.js
@@ -176,23 +176,23 @@ window.saGetMilked = (function saGetMilked() {
 		}
 		if (slave.boobsImplant > 0) {
 			r += ` However, ${his} `;
-			if (implantEffect >= .90) {
+			if (implantEffect >= 0.90) {
 				r += `breast implants are ill-suited for`;
-			} else if (implantEffect >= .75) {
+			} else if (implantEffect >= 0.75) {
 				r += `breasts are almost entirely implant, greatly restricting ${his}`;
-			} else if (implantEffect >= .60) {
+			} else if (implantEffect >= 0.60) {
 				r += `breasts are mostly implant, restricting ${his}`;
-			} else if (implantEffect >= .45) {
+			} else if (implantEffect >= 0.45) {
 				r += `implants make up a considerable amount of ${his} breasts and greatly impede`;
-			} else if (implantEffect >= .30) {
+			} else if (implantEffect >= 0.30) {
 				r += `breast implants take up enough space to impede`;
-			} else if (implantEffect >= .10) {
+			} else if (implantEffect >= 0.10) {
 				r += `breast implants slightly impede`;
 			} else {
 				r += `breast implants cause a minor decrease in`;
 			}
 			r += ` milk production`;
-			if (implantEffect >= .90) {
+			if (implantEffect >= 0.90) {
 				r += `, given the lack of actual breast flesh`;
 			}
 			r += `.`;
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index bc2c7eabd0c40d16b7b1d63477ccf85ee3250919..fbeded4c5956b2afdba60c44d9bd17f34b733d2f 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -15505,7 +15505,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He
 	<<if $activeSlave.relationship == -3>>
 		<<if def $activeSlave.kindness>>
 			<<set $activeSlave.kindness += 2>>
-		<<else>
+		<<else>>
 			<<set $activeSlave.kindness = 2>>
 		<</if>>
 	<</if>>