Commit e24f0356 authored by Tachibana's avatar Tachibana

12

parent 3f708418
...@@ -24,7 +24,6 @@ function c33400411.initial_effect(c) ...@@ -24,7 +24,6 @@ function c33400411.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCountLimit(1) e2:SetCountLimit(1)
e2:SetTarget(c33400411.matg) e2:SetTarget(c33400411.matg)
e2:SetOperation(c33400411.maop) e2:SetOperation(c33400411.maop)
...@@ -177,7 +176,7 @@ function c33400411.cfilter1(c) ...@@ -177,7 +176,7 @@ function c33400411.cfilter1(c)
return c:IsSetCard(0x341) return c:IsSetCard(0x341)
end end
function c33400411.matg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c33400411.matg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.IsExistingTarget(c33400411.cfilter1,tp,LOCATION_GRAVE,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c33400411.cfilter1,tp,LOCATION_GRAVE,0,1,nil) end
end end
function c33400411.maop(e,tp,eg,ep,ev,re,r,rp) function c33400411.maop(e,tp,eg,ep,ev,re,r,rp)
if not Duel.IsExistingTarget(c33400411.cfilter1,tp,LOCATION_GRAVE,0,1,nil) then return false end if not Duel.IsExistingTarget(c33400411.cfilter1,tp,LOCATION_GRAVE,0,1,nil) then return false 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