瀏覽代碼

Strip alcremie forms

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")