diff --git a/P3D/Pokemon/Attacks/Normal/Explosion.vb b/P3D/Pokemon/Attacks/Normal/Explosion.vb index 95a7ed3e7..965994844 100644 --- a/P3D/Pokemon/Attacks/Normal/Explosion.vb +++ b/P3D/Pokemon/Attacks/Normal/Explosion.vb @@ -45,6 +45,7 @@ Me.IsDamagingMove = True Me.IsProtectMove = False Me.IsSoundMove = False + Me.IsExplosiveMove = True Me.IsAffectedBySubstitute = True Me.IsOneHitKOMove = False diff --git a/P3D/Pokemon/Attacks/Normal/Self-Destruct.vb b/P3D/Pokemon/Attacks/Normal/Self-Destruct.vb index ae3c9b9aa..cbc48d239 100644 --- a/P3D/Pokemon/Attacks/Normal/Self-Destruct.vb +++ b/P3D/Pokemon/Attacks/Normal/Self-Destruct.vb @@ -45,6 +45,7 @@ Me.IsDamagingMove = True Me.IsProtectMove = False Me.IsSoundMove = False + Me.IsExplosiveMove = True Me.IsAffectedBySubstitute = True Me.IsOneHitKOMove = False