From 26d057fa51466b11ef912a877cf5b9ae17203605 Mon Sep 17 00:00:00 2001 From: Capt_Segis Date: Sun, 18 Sep 2016 14:47:18 -0500 Subject: [PATCH] Update CircleThrow.vb --- 2.5DHero/2.5DHero/Pokemon/Attacks/Fighting/CircleThrow.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.5DHero/2.5DHero/Pokemon/Attacks/Fighting/CircleThrow.vb b/2.5DHero/2.5DHero/Pokemon/Attacks/Fighting/CircleThrow.vb index b0b9a9db1..59681b41f 100644 --- a/2.5DHero/2.5DHero/Pokemon/Attacks/Fighting/CircleThrow.vb +++ b/2.5DHero/2.5DHero/Pokemon/Attacks/Fighting/CircleThrow.vb @@ -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