mark explosive moves

This commit is contained in:
darkfire006 2022-12-20 10:30:50 -06:00
parent f9e5f32382
commit 7a0b4a6a21
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@
Me.IsDamagingMove = True Me.IsDamagingMove = True
Me.IsProtectMove = False Me.IsProtectMove = False
Me.IsSoundMove = False Me.IsSoundMove = False
Me.IsExplosiveMove = True
Me.IsAffectedBySubstitute = True Me.IsAffectedBySubstitute = True
Me.IsOneHitKOMove = False Me.IsOneHitKOMove = False

View File

@ -45,6 +45,7 @@
Me.IsDamagingMove = True Me.IsDamagingMove = True
Me.IsProtectMove = False Me.IsProtectMove = False
Me.IsSoundMove = False Me.IsSoundMove = False
Me.IsExplosiveMove = True
Me.IsAffectedBySubstitute = True Me.IsAffectedBySubstitute = True
Me.IsOneHitKOMove = False Me.IsOneHitKOMove = False