mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
parent
d17639f956
commit
6da235f0e8
1 changed files with 2 additions and 0 deletions
|
@ -981,6 +981,8 @@ namespace PKHeX.Core
|
|||
}
|
||||
if (VC)
|
||||
return Species is (int)Core.Species.Mew or (int)Core.Species.Celebi ? 5 : 3;
|
||||
if (this is IAlpha {IsAlpha: true})
|
||||
return 3;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue