mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-23 13:55:38 +02:00
fixed when used by opp it shows own as user
This commit is contained in:
parent
9d85a79f65
commit
dbe22c3e17
@ -66,7 +66,7 @@
|
||||
Else
|
||||
If BattleScreen.FieldEffects.OppDestinyBond = False Then
|
||||
BattleScreen.FieldEffects.OppDestinyBond = True
|
||||
BattleScreen.BattleQuery.Add(New TextQueryObject(BattleScreen.OwnPokemon.GetDisplayName() & " is trying to take its foe down with it."))
|
||||
BattleScreen.BattleQuery.Add(New TextQueryObject(BattleScreen.OppPokemon.GetDisplayName() & " is trying to take its foe down with it."))
|
||||
Else
|
||||
BattleScreen.BattleQuery.Add(New TextQueryObject(Me.Name & " failed!"))
|
||||
End If
|
||||
|
Loading…
x
Reference in New Issue
Block a user