diff --git a/src/002-config/fc-js-init.js b/src/002-config/fc-js-init.js
index b239c2b821ecbe06bb17f56495f8a3baca73accf..172e3b5fe06601e8d937c8a70eb5ff5259aced1a 100644
--- a/src/002-config/fc-js-init.js
+++ b/src/002-config/fc-js-init.js
@@ -16,7 +16,6 @@ App.UI.View = {};
 App.Utils = {};
 App.Interact = {};
 App.Desc = {};
-App.ExtendedFamily = {}; // only occurance of "ExtendedFamily" in whole project
 App.Facilities = {
 	Brothel: {},
 	Club: {},
diff --git a/src/init/dummy.js b/src/init/dummy.js
new file mode 100644
index 0000000000000000000000000000000000000000..097cf6795de699090e895027d5f67edd6ed03973
--- /dev/null
+++ b/src/init/dummy.js
@@ -0,0 +1,3 @@
+//add false positives of the JAVA sanityCheck here
+.scarheal
+.clamp
diff --git a/src/js/generateGenetics.js b/src/js/generateGenetics.js
index 9af3ce923a7b07dcc80b3a742b8c7f317384725d..21e6cf1255d70a99bcdff28af7afa71fe84015c1 100644
--- a/src/js/generateGenetics.js
+++ b/src/js/generateGenetics.js
@@ -1570,7 +1570,7 @@ window.generateChild = function(mother, ova, destination) {
 		child.eyeColor = genes.eyeColor;
 		child.origEye = child.eyeColor;
 		child.hColor = genes.hColor;
-		child.origHColor = child.HColor;
+		child.origHColor = child.hColor;
 		child.underArmHStyle = genes.underArmHStyle;
 		child.pubicHStyle = genes.pubicHStyle;
 		child.markings = genes.markings;
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 9f1c00f9c17dacd359b5852a597c9e84bdea394f..fe984fab934228b495566fb19c42bebd265a095a 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -8151,9 +8151,9 @@
 <</if>>
 
 /* pregmod */
-<<if ($slaves[$i].scarheal == 5)>> /* scarheal is wrong */
+<<if ($slaves[$i].scarheal == 5)>>
 	$slaves[$i].slaveName's wound has @@.green;healed@@ leaving a big scar. It is still @@.red;quite ugly@@ but doesn't hurt anymore.
-	<<set $slaves[$i].scars -= 1>> /* -1 doesn't exist according to slave documentation */
+	<<set $slaves[$i].scars -= 1>>
 <</if>>
 
 /* LANGUAGE */