diff --git a/Source/ForScience.cs b/Source/ForScience.cs index cf4dc7e..94111a3 100644 --- a/Source/ForScience.cs +++ b/Source/ForScience.cs @@ -123,7 +123,7 @@ void TransferScience() // automaticlly find, transer and consolidate science dat Debug.Log("[ForScience!] Skipping: Experiment is not available for this situation/atmosphere."); } - else if (CurrentScienceValue(currentExperiment) < 0.1) // this experiment has no more value so we skip it + else if (CurrentScienceValue(currentExperiment) < 0.01) // this experiment has no more value so we skip it { Debug.Log("[ForScience!] Skipping: No more science is available: "); @@ -243,4 +243,4 @@ List GetContainerList() // a list of all science contain else return GameDatabase.Instance.GetTexture("ForScience/Icons/FS_inactive", false); } } -} \ No newline at end of file +}