From c3f7e17cfa5fc5125734f6d1d968a11cebbcf01b Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Sun, 2 Aug 2020 18:32:54 -0400 Subject: [PATCH] Formatting --- js/003-data/gameVariableData.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index 7acd71249dd..590b8535c38 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, -- GitLab