Commit b7823ae6 authored by Nemo Ma's avatar Nemo Ma

Update c40009054.lua

parent ac7f26b1
......@@ -49,7 +49,7 @@ function cm.initial_effect(c)
end
function cm.valcheck(e,c)
local g=c:GetMaterial()
if g:FilterCount(Card.IsType,nil,TYPE_SYNCHRO)==#g then
if #g>0 and g:FilterCount(Card.IsType,nil,TYPE_SYNCHRO)==#g 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