mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 04:23:45 -05:00
Remove Protect from Rhyperior's Random Battle moves
No idea why it had that...
This commit is contained in:
parent
7c20a3854d
commit
db7df52b3e
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user