mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 16:27:21 +00:00
Poffins can be even worse
This commit is contained in:
parent
ce935edcdf
commit
2ed1fc1e86
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ public static class ContestStatInfo
|
|||
return initial.CNT_Sheen;
|
||||
|
||||
if (avg <= 2)
|
||||
return 56;
|
||||
return 59;
|
||||
|
||||
// Can get trash poffins by burning and spilling on purpose.
|
||||
return Math.Min(MaxContestStat, avg * HighestFeelPoffin8b);
|
||||
|
|
Loading…
Reference in a new issue