Commit 02e44354 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12030021.lua

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