mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
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…
x
Reference in New Issue
Block a user