Prevent Random trainers from having shinnies
This commit is contained in:
parent
88fc909529
commit
76f7cd602a
|
@ -299,6 +299,8 @@ Public Class Trainer
|
|||
End Select
|
||||
End If
|
||||
|
||||
p.IsShiny = False
|
||||
|
||||
Pokemons.Add(p)
|
||||
End If
|
||||
End If
|
||||
|
|
Loading…
Reference in New Issue