Commit 28e6fcb3 authored by TanakaKotoha's avatar TanakaKotoha

y1s1

parent 05cc91d2
......@@ -15,15 +15,15 @@ function cm.initial_effect(c)
e1:SetOperation(c12004024.pcop)
c:RegisterEffect(e1)
--spsummon
-- local e2=Effect.CreateEffect(c)
-- e2:SetDescription(aux.Stringid(12004024,3))
-- e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON)
-- e2:SetType(EFFECT_TYPE_IGNITION)
-- e2:SetRange(LOCATION_PZONE)
-- e2:SetCountLimit(1,m+300)
-- e2:SetTarget(c12004024.sptg)
-- e2:SetOperation(c12004024.spop1)
-- c:RegisterEffect(e2)
-- local e2=Effect.CreateEffect(c)
-- e2:SetDescription(aux.Stringid(12004024,3))
-- e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON)
-- e2:SetType(EFFECT_TYPE_IGNITION)
-- e2:SetRange(LOCATION_PZONE)
-- e2:SetCountLimit(1,m+300)
-- e2:SetTarget(c12004024.sptg)
-- e2:SetOperation(c12004024.spop1)
-- c:RegisterEffect(e2)
--spsummon condition
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
......@@ -75,7 +75,7 @@ function c12004024.pcop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOFIELD)
local g=Duel.SelectMatchingCard(tp,c12004024.pcfilter,tp,LOCATION_DECK,0,1,1,nil)
if g:GetCount()>0 then
Duel.MoveToField(g:GetFirst(),tp,tp,LOCATION_SZONE,POS_FACEUP,true)
Duel.MoveToField(g:GetFirst(),tp,tp,LOCATION_PZONE,POS_FACEUP,true)
end
end
function c12004024.filter0(c,e)
......
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