mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-23 22:05:36 +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
|
||||
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user