Changed the message for counter/mirror move fail

This commit is contained in:
JappaWakka 2024-04-27 17:30:08 +02:00
parent 4717d097e7
commit 844bf81eb8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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