Skip to content

Commit

Permalink
Selecting a mon in the builder now prioritizes that mod
Browse files Browse the repository at this point in the history
  • Loading branch information
KirbyRider1337 authored Apr 16, 2024
1 parent 5607a23 commit cf9d0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play.pokemonshowdown.com/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@

// icon
buf += '<span class="col iconcol">';
buf += '<span style="' + Dex.getPokemonIcon(pokemon.name, false, this.mod) + '"></span>';
buf += '<span style="' + Dex.getPokemonIcon(pokemon.name, false, this.engine.dex.modid) + '"></span>';
buf += '</span> ';

// name
Expand Down

0 comments on commit cf9d0d6

Please sign in to comment.