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

more typing

parent ecf9c481
No related branches found
No related tags found
1 merge request!10116Fself fix
...@@ -985,39 +985,72 @@ App.Data.resetOnNGPlus = { ...@@ -985,39 +985,72 @@ App.Data.resetOnNGPlus = {
organFarmUpgrade: 0, organFarmUpgrade: 0,
/** @type {FC.Medicine.OrganFarm.GrowingOrgan[]} */ /** @type {FC.Medicine.OrganFarm.GrowingOrgan[]} */
completedOrgans: [], completedOrgans: [],
/** @type {FC.Bool} */
ImplantProductionUpgrade: 0, ImplantProductionUpgrade: 0,
/** @type {FC.Bool} */
permaPregImplant: 0, permaPregImplant: 0,
/** @type {0|1|2|3} */
injectionUpgrade: 0, injectionUpgrade: 0,
/** @type {FC.Bool} */
hormoneUpgradeMood: 0, hormoneUpgradeMood: 0,
/** @type {FC.Bool} */
hormoneUpgradeShrinkage: 0, hormoneUpgradeShrinkage: 0,
/** @type {FC.Bool} */
hormoneUpgradePower: 0, hormoneUpgradePower: 0,
/** @type {FC.Bool} */
pubertyHormones: 0, pubertyHormones: 0,
/** @type {FC.Bool} */
dietXXY: 0, dietXXY: 0,
/** @type {FC.Bool} */
dietCleanse: 0, dietCleanse: 0,
/** @type {FC.Bool} */
cumProDiet: 0, cumProDiet: 0,
/** @type {FC.Bool} */
dietFertility: 0, dietFertility: 0,
/** @type {FC.Bool} */
curativeUpgrade: 0, curativeUpgrade: 0,
/** @type {FC.Bool} */
growthStim: 0, growthStim: 0,
/** @type {FC.Bool} */
reproductionFormula: 0, reproductionFormula: 0,
/** @type {FC.Bool} */
aphrodisiacUpgrade: 0, aphrodisiacUpgrade: 0,
/** @type {FC.Bool} */
aphrodisiacUpgradeRefine: 0, aphrodisiacUpgradeRefine: 0,
/** @type {FC.Bool} */
healthyDrugsUpgrade: 0, healthyDrugsUpgrade: 0,
/** @type {FC.Bool} */
superFertilityDrugs: 0, superFertilityDrugs: 0,
/** @type {FC.Bool} */
bellyImplants: 0, bellyImplants: 0,
/** @type {0|1|2} */
cervixImplants: 0, cervixImplants: 0,
/** @type {FC.Bool} */
meshImplants: 0, meshImplants: 0,
/** @type {FC.Bool} */
prostateImplants: 0, prostateImplants: 0,
/** @type {FC.Bool} */
youngerOvaries: 0, youngerOvaries: 0,
/** @type {FC.Bool} */
sympatheticOvaries: 0, sympatheticOvaries: 0,
/** @type {FC.Bool} */
fertilityImplant: 0, fertilityImplant: 0,
/** @type {FC.Bool} */
asexualReproduction: 0, asexualReproduction: 0,
/** @type {FC.Bool} */
animalOvaries: 0, /* {pigOvaries: 0, canineOvaries: 0, horseOvaries: 0, cowOvaries: 0} currently unused*/ animalOvaries: 0, /* {pigOvaries: 0, canineOvaries: 0, horseOvaries: 0, cowOvaries: 0} currently unused*/
/** @type {FC.Bool} */
animalTesticles: 0, /* {pigTestes: 0, dogTestes: 0, horseTestes: 0, cowTestes: 0} currently unused*/ animalTesticles: 0, /* {pigTestes: 0, dogTestes: 0, horseTestes: 0, cowTestes: 0} currently unused*/
/** @type {FC.Bool} */
animalMpreg: 0, /* {pigMpreg: 0, dogMpreg: 0, horseMpreg: 0, cowMpreg: 0} currently unused*/ animalMpreg: 0, /* {pigMpreg: 0, dogMpreg: 0, horseMpreg: 0, cowMpreg: 0} currently unused*/
/** @type {0|1|2} */
geneticMappingUpgrade: 0, geneticMappingUpgrade: 0,
toyShop: false, toyShop: false,
/** @type {FC.Bool} */
pregnancyMonitoringUpgrade: 0, pregnancyMonitoringUpgrade: 0,
/** @type {FC.Bool} */
cloningSystem: 0, cloningSystem: 0,
/** @type {FC.Bool} */
geneticFlawLibrary: 0, geneticFlawLibrary: 0,
projectN: App.Data.projectN, projectN: App.Data.projectN,
......
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