Commit 8f749cad authored by mercury233's avatar mercury233

fix

parent f04f842b
......@@ -42,7 +42,7 @@ function c100200149.regop(e,tp,eg,ep,ev,re,r,rp)
end
function c100200149.valcheck(e,c)
local g=c:GetMaterial()
if g:GetClassCount(Card.GetCode)==g:GetCount() and g:IsExists(Card.IsLinkAttribute(),2,nil,ATTRIBUTE_DARK) then
if g:GetClassCount(Card.GetCode)==g:GetCount() and g:IsExists(Card.IsLinkAttribute,2,nil,ATTRIBUTE_DARK) then
e:GetLabelObject():SetLabel(1)
else
e:GetLabelObject():SetLabel(0)
......
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