Commit 472eca86 authored by Amiya's avatar Amiya

修复

parent 68709dcf
...@@ -72,7 +72,7 @@ end ...@@ -72,7 +72,7 @@ end
function s.valcheck(e,c) function s.valcheck(e,c)
local g=c:GetMaterial() local g=c:GetMaterial()
local flag=0 local flag=0
if not g:IsExists(aux.NOT(Card.IsFusionAttribute),1,nil,ATTRIBUTE_LIGHT) then if g:GetCount()>0 and not g:IsExists(aux.NOT(Card.IsFusionAttribute),1,nil,ATTRIBUTE_LIGHT) then
flag=1 flag=1
end end
e:GetLabelObject():SetLabel(flag) e:GetLabelObject():SetLabel(flag)
......
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