Skip to content

Commit

Permalink
Teambuilder: Don't recommend Speed with Prankster
Browse files Browse the repository at this point in the history
  • Loading branch information
TheImmortal committed Jun 10, 2015
1 parent 9e05431 commit 0dd8902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/client-teambuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,7 @@
}
}

if (isFast) {
if (isFast && abilityid !== 'prankster') {
if (stats.spe > 100 || bulk < 55000 || moveCount['Ultrafast']) {
return 'Fast Bulky Support';
}
Expand Down

0 comments on commit 0dd8902

Please sign in to comment.