From db7df52b3e4ea7cd73a7614ee7af63174a93130f Mon Sep 17 00:00:00 2001 From: The Immortal Date: Thu, 11 Sep 2014 20:26:57 +0400 Subject: [PATCH] Remove Protect from Rhyperior's Random Battle moves No idea why it had that... --- data/formats-data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/formats-data.js b/data/formats-data.js index a2f84ff47b..30bfd69e85 100644 --- a/data/formats-data.js +++ b/data/formats-data.js @@ -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" },