Commit 5b582470 authored by Tachibana's avatar Tachibana

ndyd

parent bef39436
Pipeline #4942 passed with stages
in 16 minutes and 59 seconds
......@@ -35,7 +35,7 @@ function cm.mat_filter(c)
return c:IsLevelBelow(6)
end
function cm.dircon(e)
return e:GetHandler():GetFlagEffect(26801001)>0
return e:GetHandler():GetFlagEffect(26801001)==0
end
function cm.val(e,c)
return Duel.GetMatchingGroupCount(cm.filter,c:GetControler(),LOCATION_GRAVE+LOCATION_MZONE,0,nil)*300
......
......@@ -74,11 +74,3 @@ function cm.indop(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterFlagEffect(m,RESET_EVENT+RESETS_STANDARD,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(m,2))
end
end
......@@ -44,7 +44,7 @@ function cm.ffilter(c)
return c:IsLevelBelow(6) and (c:IsFusionType(TYPE_FUSION) or bit.band(c:GetFusionType(),0x81)==0x81)
end
function cm.dircon(e)
return e:GetHandler():GetFlagEffect(26801001)>0
return e:GetHandler():GetFlagEffect(26801001)==0
end
function cm.val(e,c)
return Duel.GetMatchingGroupCount(cm.filter,c:GetControler(),LOCATION_GRAVE+LOCATION_MZONE,0,nil)*300
......
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