Skip to content

Commit

Permalink
Gen 1 RandBats: Make Krabby have a fixed set
Browse files Browse the repository at this point in the history
  • Loading branch information
Joimer committed Mar 31, 2015
1 parent a9343c3 commit 11fc643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/gen1/formats-data.js
Expand Up @@ -437,11 +437,11 @@ exports.BattleFormatsData = {
tier: "UU"
},
krabby: {
randomBattleMoves: ["bodyslam","crabhammer","leer","swordsdance","blizzard"],
randomBattleMoves: ["bodyslam","crabhammer","swordsdance","blizzard"],
tier: "LC"
},
kingler: {
randomBattleMoves: ["bodyslam","hyperbeam","blizzard","swordsdance"],
randomBattleMoves: ["bodyslam","hyperbeam","swordsdance","blizzard"],
essentialMove: "crabhammer",
tier: "UU"
},
Expand Down

0 comments on commit 11fc643

Please sign in to comment.