Remove Protect from Rhyperior's Random Battle moves

No idea why it had that...
This commit is contained in:
The Immortal 2014-09-11 20:26:57 +04:00
parent 7c20a3854d
commit db7df52b3e

View File

@ -905,7 +905,7 @@ exports.BattleFormatsData = {
tier: "NU"
},
rhyperior: {
randomBattleMoves: ["stoneedge","earthquake","aquatail","megahorn","stealthrock","rockblast","rockpolish","dragontail","protect"],
randomBattleMoves: ["stoneedge","earthquake","aquatail","megahorn","stealthrock","rockblast","rockpolish","dragontail"],
randomDoubleBattleMoves: ["stoneedge","earthquake","aquatail","megahorn","stealthrock","rockslide","protect"],
tier: "RU"
},