fixed when used by opp it shows own as user

This commit is contained in:
darkfire006 2022-08-23 01:09:42 -05:00
parent 9d85a79f65
commit dbe22c3e17
1 changed files with 1 additions and 1 deletions

View File

@ -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