Skip to content

Commit

Permalink
Random Battle: Remove Water Spout Kyogre-Primal
Browse files Browse the repository at this point in the history
  • Loading branch information
TheImmortal committed May 8, 2019
1 parent c5ffc79 commit 5ca2ddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/formats-data.js
Expand Up @@ -4666,7 +4666,7 @@ let BattleFormatsData = {
doublesTier: "DUber",
},
kyogreprimal: {
randomBattleMoves: ["calmmind", "waterspout", "originpulse", "scald", "thunder", "icebeam", "rest", "sleeptalk"],
randomBattleMoves: ["calmmind", "originpulse", "scald", "thunder", "icebeam", "toxic", "rest", "sleeptalk"],
randomDoubleBattleMoves: ["waterspout", "originpulse", "muddywater", "thunder", "icebeam", "calmmind", "rest", "sleeptalk", "protect"],
requiredItem: "Blue Orb",
},
Expand Down
2 changes: 1 addition & 1 deletion data/mods/gen6/formats-data.js
Expand Up @@ -2726,7 +2726,7 @@ let BattleFormatsData = {
doublesTier: "DUber",
},
kyogreprimal: {
randomBattleMoves: ["calmmind", "waterspout", "originpulse", "scald", "thunder", "icebeam", "rest", "sleeptalk"],
randomBattleMoves: ["calmmind", "originpulse", "scald", "thunder", "icebeam", "toxic", "rest", "sleeptalk"],
randomDoubleBattleMoves: ["waterspout", "originpulse", "muddywater", "thunder", "icebeam", "calmmind", "rest", "sleeptalk", "protect"],
requiredItem: "Blue Orb",
},
Expand Down

0 comments on commit 5ca2ddb

Please sign in to comment.