Commit 0ce8ff6b authored by TanakaKotoha's avatar TanakaKotoha

dededededededededededede

parent 6da33bda
......@@ -9,16 +9,16 @@ function c12033002.initial_effect(c)
e2:SetCondition(c12033002.spcon)
c:RegisterEffect(e2)
--special summon
-- local e1=Effect.CreateEffect(c)
-- e1:SetDescription(aux.Stringid(12033002,0))
-- e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
-- e1:SetType(EFFECT_TYPE_QUICK_O)
-- e1:SetCode(EVENT_FREE_CHAIN)
-- e1:SetHintTiming(0,TIMING_END_PHASE)
-- e1:SetRange(LOCATION_MZONE)
-- e1:SetCountLimit(1,12033002)
-- e1:SetCost(c12033002.spcost1)
-- e1:SetTarget(c12033002.sptg1)
-- local e1=Effect.CreateEffect(c)
-- e1:SetDescription(aux.Stringid(12033002,0))
-- e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
-- e1:SetType(EFFECT_TYPE_QUICK_O)
-- e1:SetCode(EVENT_FREE_CHAIN)
-- e1:SetHintTiming(0,TIMING_END_PHASE)
-- e1:SetRange(LOCATION_MZONE)
-- e1:SetCountLimit(1,12033002)
-- e1:SetCost(c12033002.spcost1)
-- e1:SetTarget(c12033002.sptg1)
--special summon
......@@ -72,7 +72,7 @@ function c12033002.cfilter(c,tp,rp)
and c:IsPreviousSetCard(0xfa2) and (c:IsReason(REASON_BATTLE) or (rp==1-tp and c:IsReason(REASON_EFFECT)))
end
function c12033002.spcon2(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c12033002.cfilter,1,nil,tp,rp)
return eg:IsExists(c12033002.cfilter,1,nil,tp,rp) and e:GetHandler():IsLocation(LOCATION_GRAVE)
end
function c12033002.sptg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
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