From 76f7cd602a944508ea0312fab7865ba72a20d90f Mon Sep 17 00:00:00 2001 From: darkfire006 Date: Tue, 12 Oct 2021 08:49:02 -0500 Subject: [PATCH] Prevent Random trainers from having shinnies --- P3D/Battle/Trainer.vb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/P3D/Battle/Trainer.vb b/P3D/Battle/Trainer.vb index eb358a15d..f2f002c39 100644 --- a/P3D/Battle/Trainer.vb +++ b/P3D/Battle/Trainer.vb @@ -299,6 +299,8 @@ Public Class Trainer End Select End If + p.IsShiny = False + Pokemons.Add(p) End If End If