diff --git a/P3D/Pokemon/Attacks/Fighting/SacredSword.vb b/P3D/Pokemon/Attacks/Fighting/SacredSword.vb index 1e2a0fbcb..94ceab99f 100644 --- a/P3D/Pokemon/Attacks/Fighting/SacredSword.vb +++ b/P3D/Pokemon/Attacks/Fighting/SacredSword.vb @@ -49,9 +49,10 @@ Me.IsAffectedBySubstitute = True Me.IsOneHitKOMove = False Me.IsWonderGuardAffected = True - - 'Sacred Sword interaction with evasion + + 'Sacred Sword interaction with stats Me.UseOppEvasion = False + Me.UseOppDefense = False '#End End Sub