mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Fixed synchronize and teleport interaction
This commit is contained in:
parent
9a989d59e2
commit
9ab5207271
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Public IsAfterFaint As Boolean = False
|
Public IsAfterFaint As Boolean = False
|
||||||
|
Public WildHasEscaped As Boolean = False
|
||||||
#Region "StartRound"
|
#Region "StartRound"
|
||||||
|
|
||||||
Public Structure RoundConst
|
Public Structure RoundConst
|
||||||
@ -1043,7 +1044,10 @@
|
|||||||
p = BattleScreen.OppPokemon
|
p = BattleScreen.OppPokemon
|
||||||
op = BattleScreen.OwnPokemon
|
op = BattleScreen.OwnPokemon
|
||||||
End If
|
End If
|
||||||
|
If WildHasEscaped Then
|
||||||
|
WildHasEscaped = False
|
||||||
|
Exit Sub
|
||||||
|
End If
|
||||||
'Transform Aegislash with Stance Change ability.
|
'Transform Aegislash with Stance Change ability.
|
||||||
If p.Ability.Name.ToLower() = "stance change" AndAlso p.Number = 681 Then
|
If p.Ability.Name.ToLower() = "stance change" AndAlso p.Number = 681 Then
|
||||||
If p.AdditionalData = "" Then
|
If p.AdditionalData = "" Then
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user