mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-02 17:53:11 -05:00
parent
abb9bfb41d
commit
63ca15cdb7
|
|
@ -57,6 +57,8 @@ private void Randomize(Learnset set, int index)
|
|||
private int[] GetRandomLevels(Learnset set, int count)
|
||||
{
|
||||
int[] levels = new int[count];
|
||||
if (count == 0)
|
||||
return levels;
|
||||
if (Spread)
|
||||
{
|
||||
levels[0] = 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user