diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index 7acd71249dd7141598213962b2d5d34881a30539..590b8535c38584f7c93d4c04fa6f68b940ec6223 100644 --- a/js/003-data/gameVariableData.js +++ b/js/003-data/gameVariableData.js @@ -777,16 +777,16 @@ App.Data.resetOnNGPlus = { masterSuiteNameCaps: "The Master Suite", // Nursery Subsection - nursery: 0, /* counts the number of children the nursery can support */ - nurseryNannies: 0, /* counts the number of nannies the nursery can support */ - nurseryChildren: 0, /* counts the number of children currently in the nursery */ - MatronInfluence: 0, /* check for whether the children are influenced by the Matron */ - nannyInfluence: 0, /* check for whether the children are influenced by the nannies */ + nursery: 0, // counts the number of children the nursery can support + nurseryNannies: 0, // counts the number of nannies the nursery can support + nurseryChildren: 0, // counts the number of children currently in the nursery + MatronInfluence: 0, // check for whether the children are influenced by the Matron + nannyInfluence: 0, // check for whether the children are influenced by the nannies nurseryDecoration: "standard", nurseryWeight: 0, nurseryMuscles: 0, nurseryHormones: 0, - nurseryOrgans: 0, /* not currently in use */ + nurseryOrgans: 0, // not currently in use nurseryImprintSetting: 0, nurseryWeightSetting: 0, nurseryMusclesSetting: 0, @@ -794,7 +794,7 @@ App.Data.resetOnNGPlus = { nurseryName: "the Nursery", nurseryNameCaps: "The Nursery", reservedChildrenNursery: 0, - cribs: [], /* array of children in the nursery */ + cribs: [], // array of children in the nursery cribsIndices: {}, sortNurseryList: "Unsorted", targetAgeNursery: 18,