Update BrickBreak.vb

This commit is contained in:
Capt_Segis 2016-09-14 17:02:14 -05:00 committed by GitHub
parent ba46577904
commit ffea12e9a9

View File

@ -36,7 +36,7 @@ Namespace BattleSystem.Moves.Fighting
Me.DisabledWhileGravity = False
Me.UseEffectiveness = True
Me.ImmunityAffected = True
Me.HasSecondaryEffect = True
Me.HasSecondaryEffect = False
Me.RemovesFrozen = False
Me.IsHealingMove = False
@ -86,4 +86,4 @@ Namespace BattleSystem.Moves.Fighting
End Class
End Namespace
End Namespace