diff --git a/src/data/backwardsCompatibility/backwardsCompatibility.js b/src/data/backwardsCompatibility/backwardsCompatibility.js
index ef62b953615eeb90c2f1a0162767c42d93de1acc..6003821a60ab3c7916a9903ae0f766d14b6f167d 100644
--- a/src/data/backwardsCompatibility/backwardsCompatibility.js
+++ b/src/data/backwardsCompatibility/backwardsCompatibility.js
@@ -1241,17 +1241,17 @@ App.Update.globalVariables = function(node) {
 	if (!(typeof V.nicaea === 'object' && V.nicaea !== null)) { // Taking over the old V.nicaea which defaulted to 0 and was unused.
 		V.nicaea = {};
 	}
-	V.nicaea.announceable = V.nicaea.announceable || V.nicaea.announceable || 0;
-	V.nicaea.announced = V.nicaea.announced || V.nicaea.announced || 0;
-	V.nicaea.preparation = V.nicaea.preparation || V.nicaea.preparation|| 0;
-	V.nicaea.involvement = V.nicaea.involvement || V.nicaea.involvement|| -2;
-	V.nicaea.power = V.nicaea.power || V.nicaea.power || 0;
-	V.nicaea.held = V.nicaea.held || V.nicaea.held || 0;
-	V.nicaea.focus = V.nicaea.focus || V.nicaea.focus || "";
-	V.nicaea.assignment = V.nicaea.assignment || V.nicaea.assignment || "";
-	V.nicaea.achievement = V.nicaea.achievement || V.nicaea.achievement  || "";
-	V.nicaea.name = V.nicaea.name || V.nicaea.name || "";
-	V.nicaea.influence = V.nicaea.influence || V.nicaea.influence || 0;
+	V.nicaea.announceable = V.nicaea.announceable || V.nicaeaAnnounceable || 0;
+	V.nicaea.announced = V.nicaea.announced || V.nicaeaAnnounced || 0;
+	V.nicaea.preparation = V.nicaea.preparation || V.nicaeaPreparation|| 0;
+	V.nicaea.involvement = V.nicaea.involvement || V.nicaeaInvolvement|| -2;
+	V.nicaea.power = V.nicaea.power || V.nicaeaPower || 0;
+	V.nicaea.held = V.nicaea.held || V.nicaeaHeld || 0;
+	V.nicaea.focus = V.nicaea.focus || V.nicaeaFocus || "";
+	V.nicaea.assignment = V.nicaea.assignment || V.nicaeaAssignment || "";
+	V.nicaea.achievement = V.nicaea.achievement || V.nicaeaAchievement  || "";
+	V.nicaea.name = V.nicaea.name || V.nicaeaName || "";
+	V.nicaea.influence = V.nicaea.influence || V.nicaeaInfluence || 0;
 
 	EconomyDatatypeCleanup();
 	ArcologyDatatypeCleanup();