Commit a06a04ef authored by REIKAI's avatar REIKAI 💬

bug fix

parent a1cb9d4e
Pipeline #22734 passed with stages
in 28 minutes and 18 seconds
...@@ -12,7 +12,7 @@ function cm.initial_effect(c) ...@@ -12,7 +12,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function cm.filter(c) function cm.filter(c)
return c:IsSetCard(0xc1a) and c:IsType(TYPE_SPELL) and c:IsAbleToHand() and not c:IsCode(30610041) return c:IsSetCard(0xc1a) and c:IsType(TYPE_SPELL) and c:IsAbleToHand()
end end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk) function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.filter,tp,LOCATION_DECK,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(cm.filter,tp,LOCATION_DECK,0,1,nil) 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