Przeglądaj źródła

Strip alcremie forms

Kirk Trombley 3 lat temu
rodzic
commit
78ac2584af
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      web/render.js

+ 1 - 1
web/render.js

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