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 = {
organFarmUpgrade: 0,
/** @type {FC.Medicine.OrganFarm.GrowingOrgan[]} */
completedOrgans: [],
/** @type {FC.Bool} */
ImplantProductionUpgrade: 0,
/** @type {FC.Bool} */
permaPregImplant: 0,
/** @type {0|1|2|3} */
injectionUpgrade: 0,
/** @type {FC.Bool} */
hormoneUpgradeMood: 0,
/** @type {FC.Bool} */
hormoneUpgradeShrinkage: 0,
/** @type {FC.Bool} */
hormoneUpgradePower: 0,
/** @type {FC.Bool} */
pubertyHormones: 0,
/** @type {FC.Bool} */
dietXXY: 0,
/** @type {FC.Bool} */
dietCleanse: 0,
/** @type {FC.Bool} */
cumProDiet: 0,
/** @type {FC.Bool} */
dietFertility: 0,
/** @type {FC.Bool} */
curativeUpgrade: 0,
/** @type {FC.Bool} */
growthStim: 0,
/** @type {FC.Bool} */
reproductionFormula: 0,
/** @type {FC.Bool} */
aphrodisiacUpgrade: 0,
/** @type {FC.Bool} */
aphrodisiacUpgradeRefine: 0,
/** @type {FC.Bool} */
healthyDrugsUpgrade: 0,
/** @type {FC.Bool} */
superFertilityDrugs: 0,
/** @type {FC.Bool} */
bellyImplants: 0,
/** @type {0|1|2} */
cervixImplants: 0,
/** @type {FC.Bool} */
meshImplants: 0,
/** @type {FC.Bool} */
prostateImplants: 0,
/** @type {FC.Bool} */
youngerOvaries: 0,
/** @type {FC.Bool} */
sympatheticOvaries: 0,
/** @type {FC.Bool} */
fertilityImplant: 0,
/** @type {FC.Bool} */
asexualReproduction: 0,
/** @type {FC.Bool} */
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*/
/** @type {FC.Bool} */
animalMpreg: 0, /* {pigMpreg: 0, dogMpreg: 0, horseMpreg: 0, cowMpreg: 0} currently unused*/
/** @type {0|1|2} */
geneticMappingUpgrade: 0,
toyShop: false,
/** @type {FC.Bool} */
pregnancyMonitoringUpgrade: 0,
/** @type {FC.Bool} */
cloningSystem: 0,
/** @type {FC.Bool} */
geneticFlawLibrary: 0,
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