diff --git a/public/hunting.html b/public/hunting.html
index 9a878266243d08b7321803ce037c479f1fce805f..ca5760c273cb3619248ea7e99a07826676219a9f 100644
--- a/public/hunting.html
+++ b/public/hunting.html
@@ -23,6 +23,11 @@ if (document.forms[0].Sur.selectedIndex == 2) {
 	score++;
 }
 else {txt = txt + " 2";}
+if (document.forms[0].Indiv.value.trim() === "" || document.forms[0].Indiv.value.trim() === "III4") {
+    score++;
+} else {
+    txt = txt + " 6";
+}
 if (document.forms[0].AutGon.selectedIndex == 1) {score++;}
 else {txt = txt + " 3";}
 if (document.forms[0].Genotype.value == "(n//n)") {score++;}