Commit 7615fa4d authored by nanahira's avatar nanahira

Merge branch 'master' of github.com:purerosefallen/ygopro-222DIY-cards

parents c4f4479e d15f1194
......@@ -97,7 +97,6 @@ function c1110114.op3(e,tp,eg,ep,ev,re,r,rp)
while tc do
tc:AddMonsterAttribute(TYPE_EFFECT+TYPE_SPIRIT,ATTRIBUTE_LIGHT,RACE_PSYCHO,3,0,0)
Duel.SpecialSummonStep(tc,0,tp,tp,true,false,POS_FACEUP)
tc:AddMonsterAttributeComplete()
local e3_2=Effect.CreateEffect(c)
e3_2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e3_2:SetCode(EVENT_SPSUMMON_SUCCESS)
......@@ -110,7 +109,6 @@ function c1110114.op3(e,tp,eg,ep,ev,re,r,rp)
local nc=ng:GetFirst()
nc:AddMonsterAttribute(TYPE_EFFECT+TYPE_SPIRIT,ATTRIBUTE_LIGHT,RACE_PSYCHO,3,0,0)
Duel.SpecialSummonStep(nc,0,tp,tp,true,false,POS_FACEUP)
nc:AddMonsterAttributeComplete()
local e3_2=Effect.CreateEffect(c)
e3_2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e3_2:SetCode(EVENT_SPSUMMON_SUCCESS)
......
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