Commit d6d85748 authored by nanahira's avatar nanahira

Update pick.lua

parent 1edb0dae
...@@ -46,7 +46,7 @@ function Auxiliary.LoadDB() ...@@ -46,7 +46,7 @@ function Auxiliary.LoadDB()
local cat=tonumber(line:sub(col+1,#line)) local cat=tonumber(line:sub(col+1,#line))
if (cat & TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ+TYPE_LINK)>0 then if (cat & TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ+TYPE_LINK)>0 then
table.insert(extra,code) table.insert(extra,code)
elseif (cat & TYPE_TOKEN)==0 then elseif (cat & TYPE_TOKEN)==0 and cat~=TYPE_MONSTER+TYPE_NORMAL then
table.insert(main,code) table.insert(main,code)
if forbidden_check[code] then if forbidden_check[code] then
table.insert(forbidden,code) table.insert(forbidden,code)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment