We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efd914f + 40965f7 commit 9bcd193Copy full SHA for 9bcd193
TestFlightCore/TestFlightCore/TestFlightCore.cs
@@ -948,7 +948,6 @@ internal float AttemptTechTransfer()
948
float dataToTransfer = 0f;
949
string[] branches;
950
string[] modifiers;
951
- int generation = 0;
952
953
branches = techTransfer.Split(new char[1]{ '&' });
954
@@ -960,6 +959,7 @@ internal float AttemptTechTransfer()
960
959
string[] partsInBranch = modifiers[0].Split(new char[1]{ ',' });
961
float branchModifier = float.Parse(modifiers[1]);
962
branchModifier /= 100f;
+ int generation = 0;
963
foreach (string partName in partsInBranch)
964
{
965
float partFlightData = TestFlightManagerScenario.Instance.GetFlightDataForPartName(partName);
0 commit comments