diff --git a/P3D/Pokemon/Attacks/Bug/QuiverDance.vb b/P3D/Pokemon/Attacks/Bug/QuiverDance.vb index 56e36e4d4..ced4a19ea 100644 Binary files a/P3D/Pokemon/Attacks/Bug/QuiverDance.vb and b/P3D/Pokemon/Attacks/Bug/QuiverDance.vb differ diff --git a/P3D/Pokemon/Attacks/Dragon/DragonDance.vb b/P3D/Pokemon/Attacks/Dragon/DragonDance.vb index 602debbfc..e7a0974a7 100644 --- a/P3D/Pokemon/Attacks/Dragon/DragonDance.vb +++ b/P3D/Pokemon/Attacks/Dragon/DragonDance.vb @@ -45,6 +45,7 @@ Me.IsDamagingMove = False Me.IsProtectMove = False Me.IsSoundMove = False + Me.IsDanceMove = True Me.IsAffectedBySubstitute = False Me.IsOneHitKOMove = False diff --git a/P3D/Pokemon/Attacks/Fire/FieryDance.vb b/P3D/Pokemon/Attacks/Fire/FieryDance.vb index c2bdf4fe0..ca7c6991a 100644 Binary files a/P3D/Pokemon/Attacks/Fire/FieryDance.vb and b/P3D/Pokemon/Attacks/Fire/FieryDance.vb differ diff --git a/P3D/Pokemon/Attacks/Flying/FeatherDance.vb b/P3D/Pokemon/Attacks/Flying/FeatherDance.vb index d5fdf78f5..b0ba574d2 100644 --- a/P3D/Pokemon/Attacks/Flying/FeatherDance.vb +++ b/P3D/Pokemon/Attacks/Flying/FeatherDance.vb @@ -45,6 +45,7 @@ Namespace BattleSystem.Moves.Flying Me.IsDamagingMove = False Me.IsProtectMove = False Me.IsSoundMove = False + Me.IsDanceMove = True Me.IsAffectedBySubstitute = True Me.IsOneHitKOMove = False diff --git a/P3D/Pokemon/Attacks/Grass/PetalDance.vb b/P3D/Pokemon/Attacks/Grass/PetalDance.vb index 6bab72f64..539e55b38 100644 --- a/P3D/Pokemon/Attacks/Grass/PetalDance.vb +++ b/P3D/Pokemon/Attacks/Grass/PetalDance.vb @@ -45,6 +45,7 @@ Me.IsDamagingMove = True Me.IsProtectMove = False Me.IsSoundMove = False + Me.IsDanceMove = True Me.IsAffectedBySubstitute = True Me.IsOneHitKOMove = False diff --git a/P3D/Pokemon/Attacks/Normal/RevelationDance.vb b/P3D/Pokemon/Attacks/Normal/RevelationDance.vb index bf8dea0b0..8dd69556a 100644 --- a/P3D/Pokemon/Attacks/Normal/RevelationDance.vb +++ b/P3D/Pokemon/Attacks/Normal/RevelationDance.vb @@ -45,6 +45,7 @@ Me.IsDamagingMove = True Me.IsProtectMove = False Me.IsSoundMove = False + Me.IsDanceMove = True Me.IsAffectedBySubstitute = True Me.IsOneHitKOMove = False diff --git a/P3D/Pokemon/Attacks/Normal/SwordsDance.vb b/P3D/Pokemon/Attacks/Normal/SwordsDance.vb index 5fa030bb4..2ccce2593 100644 --- a/P3D/Pokemon/Attacks/Normal/SwordsDance.vb +++ b/P3D/Pokemon/Attacks/Normal/SwordsDance.vb @@ -45,6 +45,7 @@ Me.IsDamagingMove = False Me.IsProtectMove = False Me.IsSoundMove = False + Me.IsDanceMove = True Me.IsAffectedBySubstitute = False Me.IsOneHitKOMove = False diff --git a/P3D/Pokemon/Attacks/Normal/TeeterDance.vb b/P3D/Pokemon/Attacks/Normal/TeeterDance.vb index 3a08002f4..98d069ce0 100644 --- a/P3D/Pokemon/Attacks/Normal/TeeterDance.vb +++ b/P3D/Pokemon/Attacks/Normal/TeeterDance.vb @@ -45,6 +45,7 @@ Namespace BattleSystem.Moves.Normal Me.IsDamagingMove = False Me.IsProtectMove = False Me.IsSoundMove = False + Me.IsDanceMove = True Me.IsAffectedBySubstitute = True Me.IsOneHitKOMove = False diff --git a/P3D/Pokemon/Attacks/Steel/FlashCannon.vb b/P3D/Pokemon/Attacks/Steel/FlashCannon.vb index 091fab61a..68fb31b59 100644 Binary files a/P3D/Pokemon/Attacks/Steel/FlashCannon.vb and b/P3D/Pokemon/Attacks/Steel/FlashCannon.vb differ