mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-24 06:15:05 +02:00
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…
x
Reference in New Issue
Block a user