Commit 710b2578 authored by TanakaKotoha's avatar TanakaKotoha

foo foo

parent bd2d63ab
Pipeline #829 failed with stages
in 23 minutes and 50 seconds
......@@ -44,8 +44,8 @@ function c4212313.tffilter(c)
return c:IsType(TYPE_SPELL) and c:IsSetCard(0xa25) and c:IsAbleToHand()
end
function c4212313.tfcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c4212303.cdfilter,tp,LOCATION_HAND,0,1,e:GetHandler()) end
Duel.DiscardHand(tp,c4212303.cdfilter,1,1,REASON_COST+REASON_DISCARD)
if chk==0 then return Duel.IsExistingMatchingCard(c4212313.cdfilter,tp,LOCATION_HAND,0,1,e:GetHandler()) end
Duel.DiscardHand(tp,c4212313.cdfilter,1,1,REASON_COST+REASON_DISCARD)
end
function c4212313.spcfilter(c)
return c:IsType(TYPE_SPELL) and c:IsSetCard(0xa25)
......
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