Random Battle: Fix duplicate moves

Accidentally added in previous commit.
This commit is contained in:
The Immortal
2019-09-25 22:40:53 +04:00
parent f005a5bfcf
commit 0e044687a6
2 changed files with 2 additions and 2 deletions

View File

@@ -1170,7 +1170,7 @@ let BattleFormatsData = {
doublesTier: "NFE",
},
magnezone: {
randomBattleMoves: ["thunderbolt", "substitute", "flashcannon", "hiddenpowerfire", "voltswitch", "hiddenpowerfire"],
randomBattleMoves: ["thunderbolt", "substitute", "flashcannon", "hiddenpowerfire", "voltswitch"],
randomDoubleBattleMoves: ["thunderbolt", "substitute", "flashcannon", "hiddenpowerice", "voltswitch", "protect", "electroweb", "discharge", "hiddenpowerfire"],
tier: "OU",
doublesTier: "(DUU)",

View File

@@ -515,7 +515,7 @@ let BattleFormatsData = {
doublesTier: "NFE",
},
magnezone: {
randomBattleMoves: ["thunderbolt", "substitute", "flashcannon", "hiddenpowerfire", "voltswitch", "hiddenpowerfire"],
randomBattleMoves: ["thunderbolt", "substitute", "flashcannon", "hiddenpowerfire", "voltswitch"],
randomDoubleBattleMoves: ["thunderbolt", "substitute", "flashcannon", "hiddenpowerice", "voltswitch", "protect", "electroweb", "discharge", "hiddenpowerfire"],
tier: "OU",
doublesTier: "(DUU)",