Commit a098d472 authored by Amiya's avatar Amiya

修复

parent a059bed1
Pipeline #36287 passed with stages
in 1 minute and 17 seconds
......@@ -61,7 +61,7 @@ end
s.material_type=TYPE_SYNCHRO
function s.fsmfiler(ec)
return function(c)
return c:IsAbleToRemoveAsCost() and Duel.GetFlagEffect(ec:GetControl(),id)==0
return c:IsAbleToRemoveAsCost() and Duel.GetFlagEffect(ec:GetControler(),id)==0
end
end
function s.fusfilter1(c)
......
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