Commit 351d6176 authored by Tachibana's avatar Tachibana

watele

parent db2420a7
Pipeline #6643 failed with stages
in 16 minutes
...@@ -35,7 +35,7 @@ function cm.filter(c) ...@@ -35,7 +35,7 @@ function cm.filter(c)
return c:IsAbleToHand() and c:IsSetCard(0xcc5) and c:IsType(TYPE_MONSTER) return c:IsAbleToHand() and c:IsSetCard(0xcc5) and c:IsType(TYPE_MONSTER)
end end
function cm.distg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.distg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.filter,tp,LOCATION_MZONE,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(cm.filter,tp,LOCATION_DECK,0,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_NEGATE,eg,1,0,0) Duel.SetOperationInfo(0,CATEGORY_NEGATE,eg,1,0,0)
if re:GetHandler():IsDestructable() and re:GetHandler():IsRelateToEffect(re) then if re:GetHandler():IsDestructable() and re:GetHandler():IsRelateToEffect(re) then
Duel.SetOperationInfo(0,CATEGORY_TODECK,eg,1,0,0) Duel.SetOperationInfo(0,CATEGORY_TODECK,eg,1,0,0)
......
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