Commit 3a4f7a14 authored by POLYMER's avatar POLYMER

fix

parent 164ae5c6
...@@ -63,7 +63,7 @@ function c67201405.spfilter(c,e,tp) ...@@ -63,7 +63,7 @@ function c67201405.spfilter(c,e,tp)
return c:IsSetCard(0x3675) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsSetCard(0x3675) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function c67201405.sptg1(e,tp,eg,ep,ev,re,r,rp,chk) function c67201405.sptg1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c67201405.spfilter,tp,LOCATION_GRAVE,0,1,nil,e,tp) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 end if chk==0 then return Duel.IsExistingMatchingCard(c67201405.spfilter,tp,LOCATION_GRAVE,0,1,nil,e,tp) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,0,LOCATION_GRAVE) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,0,LOCATION_GRAVE)
end end
function c67201405.spop1(e,tp,eg,ep,ev,re,r,rp) function c67201405.spop1(e,tp,eg,ep,ev,re,r,rp)
......
...@@ -16,7 +16,7 @@ function c91020008.initial_effect(c) ...@@ -16,7 +16,7 @@ function c91020008.initial_effect(c)
e2:SetCondition(cm.spcon) e2:SetCondition(cm.spcon)
e2:SetTarget(cm.tg2) e2:SetTarget(cm.tg2)
e2:SetOperation(cm.op2) e2:SetOperation(cm.op2)
c:RegisterEffect(e2)
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SINGLE) e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetCode(EFFECT_IMMUNE_EFFECT) e3:SetCode(EFFECT_IMMUNE_EFFECT)
......
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