mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy
This commit is contained in:
commit
32eabbef50
@ -1881,6 +1881,15 @@
|
||||
DoesNotMiss = True
|
||||
End If
|
||||
|
||||
Dim minimize As Integer = BattleScreen.FieldEffects.OppMinimize
|
||||
If own = False Then
|
||||
minimize = BattleScreen.FieldEffects.OwnMinimize
|
||||
End If
|
||||
|
||||
If minimize > 0 AndAlso moveUsed.Name.ToLower = "stomp" Then
|
||||
DoesNotMiss = True
|
||||
End If
|
||||
|
||||
'if the target pokemon can't be hit because of a two-turn move (Fly, for example)
|
||||
Dim UseTwoTurnCheck As Boolean = True
|
||||
If moveUsed.ProtectAffected = False Then
|
||||
|
@ -8,9 +8,9 @@ Namespace BattleSystem.Moves.Water
|
||||
'#Definitions
|
||||
Me.Type = New Element(Element.Types.Water)
|
||||
Me.ID = 128
|
||||
Me.OriginalPP = 10
|
||||
Me.CurrentPP = 10
|
||||
Me.MaxPP = 10
|
||||
Me.OriginalPP = 15
|
||||
Me.CurrentPP = 15
|
||||
Me.MaxPP = 15
|
||||
Me.Power = 35
|
||||
Me.Accuracy = 85
|
||||
Me.Category = Categories.Physical
|
||||
|
Loading…
x
Reference in New Issue
Block a user