Changed the message for counter/mirror move fail
This commit is contained in:
parent
4717d097e7
commit
844bf81eb8
|
@ -85,7 +85,7 @@
|
|||
End If
|
||||
End If
|
||||
|
||||
BattleScreen.BattleQuery.Add(New TextQueryObject(Me.Name & " failed!"))
|
||||
BattleScreen.BattleQuery.Add(New TextQueryObject("But it failed!"))
|
||||
Return True
|
||||
End Function
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
End If
|
||||
End If
|
||||
|
||||
BattleScreen.BattleQuery.Add(New TextQueryObject(Me.Name & " failed!"))
|
||||
BattleScreen.BattleQuery.Add(New TextQueryObject("But it failed!"))
|
||||
Return True
|
||||
End Function
|
||||
|
||||
|
|
Loading…
Reference in New Issue