From b3bfa58c36a6500674df28772faa5f3adbfdc51b Mon Sep 17 00:00:00 2001 From: SViper Date: Thu, 20 Oct 2016 19:21:47 +0300 Subject: [PATCH] Updated to 7th Gen Standards --- 2.5DHero/2.5DHero/Pokemon/Attacks/Water/WaterShuriken.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.5DHero/2.5DHero/Pokemon/Attacks/Water/WaterShuriken.vb b/2.5DHero/2.5DHero/Pokemon/Attacks/Water/WaterShuriken.vb index 786d3f04c..51417b53c 100644 --- a/2.5DHero/2.5DHero/Pokemon/Attacks/Water/WaterShuriken.vb +++ b/2.5DHero/2.5DHero/Pokemon/Attacks/Water/WaterShuriken.vb @@ -13,7 +13,7 @@ Namespace BattleSystem.Moves.Water Me.MaxPP = 20 Me.Power = 15 Me.Accuracy = 100 - Me.Category = Categories.Physical + Me.Category = Categories.Special Me.ContestCategory = ContestCategories.Cool Me.Name = "Water Shuriken" Me.Description = "The user hits the target with throwing stars two to five times in a row. This move always goes first." @@ -83,4 +83,4 @@ Namespace BattleSystem.Moves.Water End Class -End Namespace \ No newline at end of file +End Namespace