Commit 2bdb701b authored by nanahira's avatar nanahira

fix

parent 35034ba6
......@@ -42,7 +42,7 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local sg=Duel.GetMatchingGroup(Card.IsAbleToRemove,tp,0,LOCATION_MZONE,nil)
Duel.Remove(sg,POS_FACEUP,REASON_EFFECT)
Duel.Remove(sg,POS_FACEDOWN,REASON_EFFECT)
end
function cm.atkfilter(c)
return c:IsCode(77725301) and c:IsAbleToRemoveAsCost()
......
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