fixed when used by opp it shows own as user
This commit is contained in:
parent
9d85a79f65
commit
dbe22c3e17
|
@ -66,7 +66,7 @@
|
||||||
Else
|
Else
|
||||||
If BattleScreen.FieldEffects.OppDestinyBond = False Then
|
If BattleScreen.FieldEffects.OppDestinyBond = False Then
|
||||||
BattleScreen.FieldEffects.OppDestinyBond = True
|
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
|
Else
|
||||||
BattleScreen.BattleQuery.Add(New TextQueryObject(Me.Name & " failed!"))
|
BattleScreen.BattleQuery.Add(New TextQueryObject(Me.Name & " failed!"))
|
||||||
End If
|
End If
|
||||||
|
|
Loading…
Reference in New Issue