Commit 7ebfa728 authored by Nemo Ma's avatar Nemo Ma

Update special.lua

parent 29411c68
......@@ -4,7 +4,7 @@ function Auxiliary.PreloadUds()
local _IsSetCard=Card.IsSetCard
Card.IsSetCard=function(c,setname,...)
if setname==0x1cc then return _IsSetCard(c,0x1cc,...) or _IsSetCard(c,0x2cc,...) end
return _IsSetCard(c,setname,...) end
return _IsSetCard(c,setname,...)
end
local tableclone=function(tab,mytab)
......
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