Added StickyWeb Field Effect

OwnStickyWeb and OppStickyWeb, based on Stealth Rock as template
This commit is contained in:
Capt_Segis 2016-09-12 02:43:07 -05:00 committed by GitHub
parent a7fd1543bd
commit 15a9fd0850
1 changed files with 3 additions and 1 deletions

View File

@ -94,6 +94,7 @@
Public OwnLastMove As Attack = Nothing 'Last move used
Public OwnSpikes As Integer = 0 'Trap move counter
Public OwnStealthRock As Integer = 0 'Trap move counter
Public OwnStickyWeb As Integer = 0 'Trap move counter
Public OwnToxicSpikes As Integer = 0 'Trap move counter
Public OwnMist As Integer = 0 'Mist move counter
Public OwnGuardSpec As Integer = 0 'Guard spec item counter
@ -111,6 +112,7 @@
'Opp stuff
Public OppSpikes As Integer = 0
Public OppStealthRock As Integer = 0
Public OppStickyWeb As Integer = 0
Public OppToxicSpikes As Integer = 0
Public OppMist As Integer = 0
Public OppGuardSpec As Integer = 0
@ -351,4 +353,4 @@
End Class
End Namespace
End Namespace