Commit 5b582470 authored by Tachibana's avatar Tachibana

ndyd

parent bef39436
...@@ -35,7 +35,7 @@ function cm.mat_filter(c) ...@@ -35,7 +35,7 @@ function cm.mat_filter(c)
return c:IsLevelBelow(6) return c:IsLevelBelow(6)
end end
function cm.dircon(e) function cm.dircon(e)
return e:GetHandler():GetFlagEffect(26801001)>0 return e:GetHandler():GetFlagEffect(26801001)==0
end end
function cm.val(e,c) function cm.val(e,c)
return Duel.GetMatchingGroupCount(cm.filter,c:GetControler(),LOCATION_GRAVE+LOCATION_MZONE,0,nil)*300 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) ...@@ -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)) tc:RegisterFlagEffect(m,RESET_EVENT+RESETS_STANDARD,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(m,2))
end end
end end
...@@ -44,7 +44,7 @@ function cm.ffilter(c) ...@@ -44,7 +44,7 @@ function cm.ffilter(c)
return c:IsLevelBelow(6) and (c:IsFusionType(TYPE_FUSION) or bit.band(c:GetFusionType(),0x81)==0x81) return c:IsLevelBelow(6) and (c:IsFusionType(TYPE_FUSION) or bit.band(c:GetFusionType(),0x81)==0x81)
end end
function cm.dircon(e) function cm.dircon(e)
return e:GetHandler():GetFlagEffect(26801001)>0 return e:GetHandler():GetFlagEffect(26801001)==0
end end
function cm.val(e,c) function cm.val(e,c)
return Duel.GetMatchingGroupCount(cm.filter,c:GetControler(),LOCATION_GRAVE+LOCATION_MZONE,0,nil)*300 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