Commit 4b88c43b authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12030021.lua

parent 1077ba2f
......@@ -60,7 +60,7 @@ function cm.matcheck(e,c)
if tc:IsSummonType(SUMMON_TYPE_SPECIAL) and tc:GetTurnID()~=Duel.GetTurnCount() then e:SetLabel(1) end
end
end
function cm.sumfilter(e,tp,re,rp,mat)
function cm.sumfilter(c,e,tp,re,rp,mat)
return #mat>0 and e:GetLabelObject():GetLabel()==1
end
function cm.drop(e,tp)
......
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