Skip to content

Commit

Permalink
Add to the proper knownCompoundTech collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Metious committed Oct 9, 2023
1 parent 5eb80d9 commit 35d7ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nautilus/Patchers/KnownTechPatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal static void Reinitialize()
KnownTech.compoundTech = KnownTech.ValidateCompoundTech(pdaData.compoundTech);
KnownTech.analysisTech = KnownTech.ValidateAnalysisTech(pdaData.analysisTech);
KnownTech.knownTech.AddRange(knownTech);
knownCompound.ForEach(x => knownCompound.Add(x.Key, x.Value));
knownCompound.ForEach(x => KnownTech.knownCompoundTech.Add(x.Key, x.Value));
KnownTech.AddRange(pdaData.defaultTech, false);
}

Expand Down

0 comments on commit 35d7ead

Please sign in to comment.