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

dammit autoformat you were the chosen one

parent 08a8f62c
No related branches found
No related tags found
1 merge request!7322Remove dupes from sec exp bc
...@@ -12,7 +12,7 @@ App.Data.defaultGameStateVariables = { ...@@ -12,7 +12,7 @@ App.Data.defaultGameStateVariables = {
releaseID: 0, releaseID: 0,
// Slaves // Slaves
/** @type {Object.<number, number>} */ /** @type {object.<number, number>} */
slaveIndices: {}, slaveIndices: {},
genePool: [], genePool: [],
missingTable: {}, missingTable: {},
...@@ -158,8 +158,8 @@ App.Data.defaultGameStateVariables = { ...@@ -158,8 +158,8 @@ App.Data.defaultGameStateVariables = {
sortSlavesOrder: "descending", sortSlavesOrder: "descending",
summaryStats: 0, summaryStats: 0,
surnameOrder: 0, surnameOrder: 0,
/** @type {Object.<string, string>} */ /** @type {object.<string, string>} */
tabChoice: { Main: "all" }, tabChoice: {Main: "all"},
universalRulesAssignsSelfFacility: 0, universalRulesAssignsSelfFacility: 0,
universalRulesBirthing: 0, universalRulesBirthing: 0,
universalRulesCSec: 0, universalRulesCSec: 0,
...@@ -335,7 +335,7 @@ App.Data.resetOnNGPlus = { ...@@ -335,7 +335,7 @@ App.Data.resetOnNGPlus = {
weekEnabled: 0 weekEnabled: 0
}, },
assistant: {}, assistant: {},
targetArcology: { fs: "New" }, targetArcology: {fs: "New"},
readySlaves: 0, readySlaves: 0,
slaveDead: 0, slaveDead: 0,
...@@ -654,7 +654,7 @@ App.Data.resetOnNGPlus = { ...@@ -654,7 +654,7 @@ App.Data.resetOnNGPlus = {
upgradeMultiplierMedicine: 0, upgradeMultiplierMedicine: 0,
upgradeMultiplierTrade: 0, upgradeMultiplierTrade: 0,
nationalities: {}, nationalities: {},
/** @type {Object.<string, Set<number>>} */ /** @type {object.<string, Set<number>>} */
JobIDMap: {}, JobIDMap: {},
averageTrust: 0, averageTrust: 0,
averageDevotion: 0, averageDevotion: 0,
...@@ -1170,11 +1170,11 @@ App.Data.resetOnNGPlus = { ...@@ -1170,11 +1170,11 @@ App.Data.resetOnNGPlus = {
ui: "start", ui: "start",
tooltipsEnabled: 0, tooltipsEnabled: 0,
brandTarget: { primary: "left buttock", secondary: "left buttock", local: "left buttock" }, brandTarget: {primary: "left buttock", secondary: "left buttock", local: "left buttock"},
brandDesign: { primary: "your initials", official: "your initials", local: "your initials" }, brandDesign: {primary: "your initials", official: "your initials", local: "your initials"},
scarTarget: { primary: "left cheek", secondary: "left cheek", local: "left cheek" }, scarTarget: {primary: "left cheek", secondary: "left cheek", local: "left cheek"},
scarDesign: { primary: "generic", local: "generic" }, scarDesign: {primary: "generic", local: "generic"},
oralTotal: 0, oralTotal: 0,
vaginalTotal: 0, vaginalTotal: 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