Commit a660587f authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 352af67d
...@@ -33,7 +33,7 @@ function c11200103.thfilter(c) ...@@ -33,7 +33,7 @@ function c11200103.thfilter(c)
return c:IsCode(11200106,11200112) and c:IsAbleToHand() return c:IsCode(11200106,11200112) and c:IsAbleToHand()
end end
function c11200103.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c11200103.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.IsExistingMatchingCard(c11200103.thfilter1,tp,LOCATION_DECK,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c11200103.thfilter,tp,LOCATION_DECK,0,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
end end
function c11200103.thop(e,tp,eg,ep,ev,re,r,rp,chk) function c11200103.thop(e,tp,eg,ep,ev,re,r,rp,chk)
......
...@@ -6,6 +6,7 @@ function c33310152.initial_effect(c) ...@@ -6,6 +6,7 @@ function c33310152.initial_effect(c)
e0:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e0:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e0:SetType(EFFECT_TYPE_ACTIVATE) e0:SetType(EFFECT_TYPE_ACTIVATE)
e0:SetCode(EVENT_FREE_CHAIN) e0:SetCode(EVENT_FREE_CHAIN)
e0:SetCountLimit(1,33310152)
e0:SetTarget(c33310152.starget) e0:SetTarget(c33310152.starget)
e0:SetOperation(c33310152.sactivate) e0:SetOperation(c33310152.sactivate)
c:RegisterEffect(e0) c:RegisterEffect(e0)
......
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