mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-09-14 20:25:36 -05:00
Random Battle: Fix duplicate moves
Accidentally added in previous commit.
This commit is contained in:
@@ -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)",
|
||||
|
||||
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user