diff --git a/src/js/datatypeCleanupJS.js b/src/js/datatypeCleanupJS.js
index 93f2b90405384c316d5a5899396dd8df53b0c9b7..74dafc98df6f6b783fc1e5a062b2c8fed5af0cf3 100644
--- a/src/js/datatypeCleanupJS.js
+++ b/src/js/datatypeCleanupJS.js
@@ -1591,14 +1591,14 @@ window.PCDatatypeCleanup = function PCDatatypeCleanup() {
 	if (typeof PC.genes !== "string") {
 		PC.genes = "XY";
 	}
-	if (typeof PC.genes !== "string") {
-		PC.genes = "XY";
+	if (typeof PC.nationality !== "string") {
+		PC.nationality = "Stateless";
 	}
 	if (typeof PC.race !== "string") {
 		PC.race = "white";
 	}
 	if (typeof PC.skin !== "string") {
-		PC.skin = "Stateless";
+		PC.skin = "light";
 	}
 	if (typeof PC.markings !== "string") {
 		PC.markings = "none";
@@ -1607,7 +1607,7 @@ window.PCDatatypeCleanup = function PCDatatypeCleanup() {
 		PC.hColor = "blonde";
 	}
 	if (typeof PC.eye.origColor !== "string") {
-		PC.nationality = "blue";
+		PC.eye.origColor = "blue";
 	}
 	PC.belly = Math.max(+PC.belly, 0) || 0;
 	PC.fertPeak = Math.clamp(+PC.fertPeak, 0, 4) || 0;