Skip to content

Commit

Permalink
Update teambuilder for RU
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarel committed Apr 11, 2014
1 parent c9739e8 commit 5f0db1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/client-teambuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1054,13 +1054,13 @@
pokemon: function(pokemon) {
if (!pokemon) {
if (this.curTeam) {
if (this.curTeam.format === 'ou') return ['OU','BL','Limbo A','Limbo B','Limbo C','Limbo','NFE','LC Uber','LC'];
if (this.curTeam.format === 'cap') return ['CAP','OU','BL','Limbo A','Limbo B','Limbo C','Limbo','NFE','LC Uber','LC'];
if (this.curTeam.format === 'uu') return ['Limbo A','Limbo B','Limbo C','Limbo','NFE','LC Uber','LC'];
if (this.curTeam.format === 'ou') return ['OU','BL','UU','Limbo A','Limbo B','Limbo C','Limbo','NFE','LC Uber','LC'];
if (this.curTeam.format === 'cap') return ['CAP','OU','BL','UU','Limbo A','Limbo B','Limbo C','Limbo','NFE','LC Uber','LC'];
if (this.curTeam.format === 'uu') return ['UU','Limbo A','Limbo B','Limbo C','Limbo','NFE','LC Uber','LC'];
if (this.curTeam.format === 'lc') return ['LC','NFE','Limbo'];
}
// return ['OU','Limbo','Uber','BL','UU','BL2','RU','BL3','NU','Unreleased','Limbo NFE','NFE','LC Uber','LC','CAP'];
return ['OU','Uber','BL','Limbo A','Limbo B','Limbo C','Limbo','NFE','LC Uber','LC','Unreleased','CAP'];
return ['OU','Uber','BL','UU','Limbo A','Limbo B','Limbo C','Limbo','NFE','LC Uber','LC','Unreleased','CAP'];
}
var tierData = exports.BattleFormatsData[toId(pokemon.species)];
if (!tierData) return 'Illegal';
Expand Down

0 comments on commit 5f0db1e

Please sign in to comment.