Sacred Sword and evasion

This commit is contained in:
Capt_Segis 2016-09-17 17:18:22 -05:00 committed by GitHub
parent 9e375eba33
commit 9ee6f42a1f

View File

@ -1,4 +1,4 @@
Namespace BattleSystem.Moves.Fighting
Namespace BattleSystem.Moves.Fighting
Public Class SacredSword
@ -49,6 +49,9 @@ Namespace BattleSystem.Moves.Fighting
Me.IsAffectedBySubstitute = True
Me.IsOneHitKOMove = False
Me.IsWonderGuardAffected = True
'Sacred Sword interaction with evasion
Me.UseOppEvasion = False
'#End
End Sub