mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-25 14:54:48 +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 Select
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
p.IsShiny = False
|
||||||
|
|
||||||
Pokemons.Add(p)
|
Pokemons.Add(p)
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
Loading…
x
Reference in New Issue
Block a user