mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-26 07:15:48 +02:00
Sacred Sword and evasion
This commit is contained in:
parent
9e375eba33
commit
9ee6f42a1f
@ -1,4 +1,4 @@
|
|||||||
Namespace BattleSystem.Moves.Fighting
|
Namespace BattleSystem.Moves.Fighting
|
||||||
|
|
||||||
Public Class SacredSword
|
Public Class SacredSword
|
||||||
|
|
||||||
@ -49,6 +49,9 @@ Namespace BattleSystem.Moves.Fighting
|
|||||||
Me.IsAffectedBySubstitute = True
|
Me.IsAffectedBySubstitute = True
|
||||||
Me.IsOneHitKOMove = False
|
Me.IsOneHitKOMove = False
|
||||||
Me.IsWonderGuardAffected = True
|
Me.IsWonderGuardAffected = True
|
||||||
|
|
||||||
|
'Sacred Sword interaction with evasion
|
||||||
|
Me.UseOppEvasion = False
|
||||||
'#End
|
'#End
|
||||||
End Sub
|
End Sub
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user