smogon / pokemon-showdown

Pokémon battle simulator.
https://pokemonshowdown.com
MIT License
4.64k stars 2.71k forks source link

/bssfactory: Fix ability display #10357

Closed adrivrie closed 2 weeks ago

adrivrie commented 2 weeks ago

set.ability is an array, formatAbility expects a string.

Before: image After: image

DaWoblefet commented 2 weeks ago

Thanks Chains of Markov!