From 6fa5a7294c96a36c2826b9dd0eb1d588018ec0da Mon Sep 17 00:00:00 2001 From: OmegaRuan Date: Sat, 4 Aug 2018 22:47:05 -0300 Subject: [PATCH] Updated Power Item EV gain --- P3D/Pokemon/Monster/Pokemon.vb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/P3D/Pokemon/Monster/Pokemon.vb b/P3D/Pokemon/Monster/Pokemon.vb index c223c279b..4f855a7ee 100644 --- a/P3D/Pokemon/Monster/Pokemon.vb +++ b/P3D/Pokemon/Monster/Pokemon.vb @@ -2772,12 +2772,12 @@ Public Class Pokemon 'Macho Brace Case 581 : EVfactor *= 2 'Power Items - Case 582 : gainEVHP += 4 - Case 583 : gainEVAttack += 4 - Case 584 : gainEVDefense += 4 - Case 585 : gainEVSpAttack += 4 - Case 586 : gainEVSpDefense += 4 - Case 587 : gainEVSpeed += 4 + Case 582 : gainEVHP += 8 + Case 583 : gainEVAttack += 8 + Case 584 : gainEVDefense += 8 + Case 585 : gainEVSpAttack += 8 + Case 586 : gainEVSpDefense += 8 + Case 587 : gainEVSpeed += 8 End Select 'HP gain