Sacred sword should ignore all boosts not just acc

This commit is contained in:
darkfire006 2022-12-20 01:24:13 -06:00
parent f103145780
commit 86f5334aff
1 changed files with 3 additions and 2 deletions

View File

@ -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