We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9f958 commit ceccd34Copy full SHA for ceccd34
Common/UI/ExtractorUI.cs
@@ -102,7 +102,7 @@ protected override void DrawSelf(SpriteBatch spriteBatch)
102
string daily = "";
103
if (uisys is not null)
104
{
105
- double rolls = (86400 / uisys.tier.Rate) * (uisys.tier.Chance / 100.0);
+ double rolls = (86400 / uisys.tier.Rate) * (uisys.tier.Chance / 100.0) * uisys.tier.Amount;
106
daily = $"{data.DailyString(rolls)} {Language.GetTextValue($"{BiomeExtractorsMod.LocDiagnostics}.Per_day")}";
107
}
108
0 commit comments