Kurt 2023-11-10 19:06:52 -08:00
parent 64ed92a566
commit 40b6c97358

View file

@ -119,7 +119,7 @@ public static class ContestStatInfo
var rawAvg = GetAverageFeel(s, 0, initial);
if (rawAvg == MaxContestStat)
return MaxContestStat;
return BestSheenStat3;
var avg = Math.Max(1, nature % 6 == 0 ? rawAvg : GetAverageFeel(s, nature, initial));
avg = Math.Min(rawAvg, avg); // be generous