Update ShellSmash.vb

This commit is contained in:
Capt_Segis 2016-09-10 00:40:21 -05:00 committed by GitHub
parent 73cf36a800
commit 2906b04438

View File

@ -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
End Namespace