Update CircleThrow.vb

This commit is contained in:
Capt_Segis 2016-09-18 14:47:18 -05:00 committed by GitHub
parent fa4b304be6
commit 26d057fa51
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ Namespace BattleSystem.Moves.Fighting
If ingrain <= 0 Then
If BattleCalculation.CanSwitch(BattleScreen, Not own) = True Then
BattleScreen.BattleQuery.Add(New TextQueryObject(p.GetDisplayName() & " got pushed away!"))
BattleScreen.BattleQuery.Add(New TextQueryObject(p.GetDisplayName() & " got thrown away!"))
If BattleScreen.IsPVPBattle = True Or BattleScreen.IsTrainerBattle = True Or BattleScreen.IsRemoteBattle = True Then
'trainer battle
If own = True Then