Commit b4eec627 authored by nanahira's avatar nanahira

Update pick.lua

parent d1fcaf8f
......@@ -46,7 +46,7 @@ function Auxiliary.LoadDB()
local cat=tonumber(line:sub(col+1,#line))
if (cat & TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ+TYPE_LINK)>0 then
table.insert(extra,code)
elseif (cat & TYPE_TOKEN+TYPE_RITUAL)==0 and cat~=TYPE_MONSTER+TYPE_NORMAL then
elseif (cat & TYPE_TOKEN)==0 then
table.insert(main,code)
if forbidden_check[code] then
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