Update SteamEruption.vb

This commit is contained in:
Capt_Segis 2016-09-11 10:36:50 -05:00 committed by GitHub
parent 7ac3e39ee8
commit 7997b5c760
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Namespace BattleSystem.Moves.Water
Public Sub New()
'#Definitions
Me.Type = New Element(Element.Types.Water)
Me.ID = 503
Me.ID = 592
Me.OriginalPP = 5
Me.CurrentPP = 5
Me.MaxPP = 5