Commit c1f35007 authored by Grajade's avatar Grajade

Update c10200020.lua

parent 474b26b0
Pipeline #8472 passed with stages
in 44 minutes and 53 seconds
......@@ -30,7 +30,7 @@ end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
if not Duel.IsChainNegatable(ev) then return false end
return not (re:IsHasProperty(EFFECT_FLAG_CARD_TARGET)
or Duel.GetMatchingGroupCount(cm.filter,tp,LOCATION_MZONE,0,nil)>1)
or Duel.GetMatchingGroupCount(cm.filter,tp,LOCATION_MZONE,0,nil)>=1)
end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return not re:GetHandler():IsStatus(STATUS_DISABLED) 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