Skip to content
Snippets Groups Projects
Commit c8762d36 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

si regression fix

parent 6ca3de29
No related branches found
No related tags found
1 merge request!6329SI regression fix
...@@ -461,6 +461,7 @@ App.Data.defaultGameStateVariables = { ...@@ -461,6 +461,7 @@ App.Data.defaultGameStateVariables = {
SFGear: 0, SFGear: 0,
SavedLeader: 0, SavedLeader: 0,
SavedSFI: 0, SavedSFI: 0,
sectionInFirebase: 0,
/* base vars */ /* base vars */
secExp: {}, secExp: {},
...@@ -559,6 +560,8 @@ App.Data.defaultGameStateVariables = { ...@@ -559,6 +560,8 @@ App.Data.defaultGameStateVariables = {
// The other half of the above whitelist. However, entries in this array will be forced to the values set here upon starting NG+. // The other half of the above whitelist. However, entries in this array will be forced to the values set here upon starting NG+.
App.Data.resetOnNGPlus = { App.Data.resetOnNGPlus = {
targetArcology: {type: "New"}, targetArcology: {type: "New"},
readySlaves: 0,
REFeminizationCheckinIDs: [], REFeminizationCheckinIDs: [],
REMILFCheckinIDs: [], REMILFCheckinIDs: [],
...@@ -745,6 +748,8 @@ App.Data.resetOnNGPlus = { ...@@ -745,6 +748,8 @@ App.Data.resetOnNGPlus = {
cribs: [], /* array of children in the nursery */ cribs: [], /* array of children in the nursery */
cribsFreed: [], /* array of children that have been freed */ cribsFreed: [], /* array of children that have been freed */
childToSlave: -1, /* number of total children that have become slaves */ childToSlave: -1, /* number of total children that have become slaves */
sortNurseryList: "Unsorted",
targetAgeNursery: 18,
// Farmyard Subsection %/ // Farmyard Subsection %/
farmyard: 0, farmyard: 0,
...@@ -948,6 +953,7 @@ App.Data.resetOnNGPlus = { ...@@ -948,6 +953,7 @@ App.Data.resetOnNGPlus = {
eliteVegetable: 0, eliteVegetable: 0,
eliteFate: 0, eliteFate: 0,
swanSong: 0, swanSong: 0,
swanSongWeek: 99999,
failedElite: 0, failedElite: 0,
eugenicsFullControl: 0, eugenicsFullControl: 0,
badC: 0, badC: 0,
...@@ -1295,6 +1301,9 @@ App.Data.resetOnNGPlus = { ...@@ -1295,6 +1301,9 @@ App.Data.resetOnNGPlus = {
nicaeaInvolvement: -2, nicaeaInvolvement: -2,
nicaeaPower: 0, nicaeaPower: 0,
nicaeaHeld: 0, nicaeaHeld: 0,
nicaeaFocus: "",
nicaeaAssignment: "",
nicaeaAchievement: "",
peacekeepers: 0, peacekeepers: 0,
peacekeepersFate: 0, peacekeepersFate: 0,
mercRomeo: 0, mercRomeo: 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment