Commit 4d2d467c authored by TanakaKotoha's avatar TanakaKotoha

iidx goooooooooooooooold

parent 1eaeb8c0
No preview for this file type
......@@ -71,7 +71,6 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
if sc then
sc:AddMonsterAttribute(TYPE_EFFECT)
Duel.SpecialSummonStep(sc,0x553,tp,tp,true,true,POS_FACEUP)
sc:AddMonsterAttributeComplete()
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_CHANGE_CODE)
......
......@@ -16,6 +16,7 @@ function cm.initial_effect(c)
e1:SetTarget(cm.target)
e1:SetOperation(cm.activate)
c:RegisterEffect(e1)
Senya.NanahiraTrap(c,e1)
--special summon
local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_QUICK_O)
......
......@@ -15,6 +15,7 @@ function cm.initial_effect(c)
e1:SetTarget(cm.target)
e1:SetOperation(cm.activate)
c:RegisterEffect(e1)
Senya.NanahiraTrap(c,e1)
--set
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
......
......@@ -14,6 +14,7 @@ function cm.initial_effect(c)
e1:SetTarget(cm.target)
e1:SetOperation(cm.activate)
c:RegisterEffect(e1)
Senya.NanahiraTrap(c,e1)
--spsummon
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
......
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