Commit 37e6b89d authored by GuGu's avatar GuGu

Update c86379190.lua

parent 2d978e71
Pipeline #42250 passed with stage
in 4 seconds
......@@ -10,7 +10,7 @@ function c86379190.matfilter(c)
return c:GetControler()~=c:GetOwner()
end
function c86379190.mattg(e,c)
return c:GetControler()~=c:GetOwner()
return c:GetControler()~=c:GetOwner() and c:IsFaceup()
end
function c86379190.matval(e,lc,mg,c,tp)
if e:GetHandler()~=lc then return false,nil end
......
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