diff --git a/play.pokemonshowdown.com/js/storage.js b/play.pokemonshowdown.com/js/storage.js index a7825d3099d..1e0bd762610 100644 --- a/play.pokemonshowdown.com/js/storage.js +++ b/play.pokemonshowdown.com/js/storage.js @@ -1400,7 +1400,7 @@ Storage.exportTeam = function (team, hidestats) { text += ' @ ' + curSet.item; } text += " \n"; - if (curSet.ability) { + if (curSet.ability && curSet.ability !== 'No Ability') { text += 'Ability: ' + curSet.ability + " \n"; } if (curSet.level && curSet.level !== 100) {