From 2906b044386c3bffb36c33bf3026af26fcc63d19 Mon Sep 17 00:00:00 2001 From: Capt_Segis Date: Sat, 10 Sep 2016 00:40:21 -0500 Subject: [PATCH] Update ShellSmash.vb --- 2.5DHero/2.5DHero/Pokemon/Attacks/Normal/ShellSmash.vb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2.5DHero/2.5DHero/Pokemon/Attacks/Normal/ShellSmash.vb b/2.5DHero/2.5DHero/Pokemon/Attacks/Normal/ShellSmash.vb index 1a0538902..bb26d27e0 100644 --- a/2.5DHero/2.5DHero/Pokemon/Attacks/Normal/ShellSmash.vb +++ b/2.5DHero/2.5DHero/Pokemon/Attacks/Normal/ShellSmash.vb @@ -60,8 +60,9 @@ BattleScreen.Battle.LowerStat(own, own, BattleScreen, "Special Defense", 1, "", "move:shellsmash") BattleScreen.Battle.RaiseStat(own, own, BattleScreen, "Attack", 2, "", "move:shellsmash") BattleScreen.Battle.RaiseStat(own, own, BattleScreen, "Special Attack", 2, "", "move:shellsmash") + BattleScreen.Battle.RaiseStat(own, own, BattleScreen, "Speed", 2, "", "move:shellsmash") End Sub End Class -End Namespace \ No newline at end of file +End Namespace