Commit 4f8db037 authored by gg123gg's avatar gg123gg

Update c12033015.lua

parent d367c2dd
Pipeline #6124 failed with stages
in 25 minutes and 55 seconds
......@@ -25,7 +25,7 @@ function cm.cfilter1(c,tp)
end
function cm.frccon(e)
local tp=e:GetHandlerPlayer()
return not Duel.IsExistingMatchingCard(cm.cfilter1,1-tp,LOCATION_MZONE,0,1,nil,tp)
return not Duel.IsExistingMatchingCard(cm.cfilter1,tp,LOCATION_MZONE,0,1,nil,tp)
end
function cm.frcval(e,c,fp,rp,r)
return 2^6+2^22+2^7+2^21
......
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