diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index abd2b079514045df328ceaca412e42e3b349774a..e5d470751a22fcfa29484deffe7c6a38d4929b9e 100644 --- a/js/003-data/gameVariableData.js +++ b/js/003-data/gameVariableData.js @@ -447,8 +447,6 @@ App.Data.resetOnNGPlus = { smilingManProgress: 0, investedFunds: 0, relationshipLM: 0, - captureRoute: 0, - collaborationRoute: 0, smilingManWeek: 0, globalCrisisWeeks: 0, smilingManFate: 4, diff --git a/src/Mods/SecExp/SecExpBackwardCompatibility.tw b/src/Mods/SecExp/SecExpBackwardCompatibility.tw index 3d83d3eb82bf92e194af64caa30c49501aae824d..969ce8f11c87a486d9c69e9762075d730c1e3fcd 100644 --- a/src/Mods/SecExp/SecExpBackwardCompatibility.tw +++ b/src/Mods/SecExp/SecExpBackwardCompatibility.tw @@ -366,12 +366,6 @@ <<if ndef $relationshipLM>> <<set $relationshipLM = 0>> <</if>> -<<if ndef $captureRoute>> - <<set $captureRoute = 0>> -<</if>> -<<if ndef $collaborationRoute>> - <<set $collaborationRoute = 0>> -<</if>> <<if ndef $smilingManWeek>> <<set $smilingManWeek = 0>> <</if>>