Skip to content
Snippets Groups Projects
Commit 118cb232 authored by svornost's avatar svornost
Browse files

Initialize a few important persistent variables so they don't get killed by BC.

parent 43059fb6
No related branches found
No related tags found
No related merge requests found
......@@ -371,6 +371,7 @@ App.Data.defaultGameStateVariables = {
incubatorReproductionSetting: 0,
incubatorName: "the Incubator",
incubatorNameCaps: "The Incubator",
sortIncubatorList: "Unsorted",
reservedChildren: 0,
tanks: [],
clinicDecoration: "standard",
......@@ -824,7 +825,9 @@ App.Data.defaultGameStateVariables = {
slaveMedic: 0,
PShoot: 0,
PSnatch: 0,
PStrip: 0,
PRaid: 0,
PRaidTarget: 0,
PAid: 0,
PPit: 0,
dispensary: 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