Kirk Trombley 2 rokov pred
rodič
commit
bc7253fb80
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      web/main.js

+ 1 - 0
web/main.js

@@ -253,6 +253,7 @@ const createPokemonTile = makeTemplate(
 
     let spriteName = pkmnName
       .toLowerCase()
+      .replace("-gmax", "-gigantamax")
       .replace("-alola", "-alolan")
       .replace("-galar", "-galarian")
       .replace("-hisui", "-hisuian")