Kirk Trombley пре 3 година
родитељ
комит
78ac2584af
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      web/render.js

+ 1 - 1
web/render.js

@@ -1,5 +1,5 @@
 const getSprite = (() => { 
-  const stripForm = ["flabebe", "floette", "florges", "vivillon", "basculin", "furfrou", "magearna"];
+  const stripForm = ["flabebe", "floette", "florges", "vivillon", "basculin", "furfrou", "magearna", "alcremie",];
   return pokemon => {
     pokemon = pokemon
       .replace("-alola", "-alolan")