mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 16:54:56 +02:00
Added StickyWeb Field Effect
OwnStickyWeb and OppStickyWeb, based on Stealth Rock as template
This commit is contained in:
parent
a7fd1543bd
commit
15a9fd0850
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user