Commit 7ef85837 authored by Tachibana's avatar Tachibana

ndyd

parent 1679e3a1
Pipeline #4494 passed with stages
in 25 minutes and 35 seconds
......@@ -37,7 +37,7 @@ function c30553203.limit(c)
return e:GetHandler()~=c
end
end
function c30553203.desop(e,tp,eg,ep,ev,re,r,rp)
function c30553203.op(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(Card.IsRelateToEffect,nil,e)
if g:GetCount()>0 then
local tc=g:GetFirst()
......@@ -62,7 +62,6 @@ function c30553203.spop(e,tp,eg,ep,ev,re,r,rp)
if g:GetFirst():IsSetCard(0x302) and Duel.GetMZoneCount(tp)>0 and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false) then
Duel.BreakEffect()
Duel.SpecialSummon(e:GetHandler(),0,tp,tp,false,false,POS_FACEUP)
Duel.Draw(tp,1,REASON_EFFECT)
--indes
local e4=Effect.CreateEffect(e:GetHandler())
e4:SetType(EFFECT_TYPE_FIELD)
......
......@@ -37,7 +37,7 @@ function c30553205.limit(c)
return e:GetHandler()~=c
end
end
function c30553205.desop(e,tp,eg,ep,ev,re,r,rp)
function c30553205.op(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(Card.IsRelateToEffect,nil,e)
if g:GetCount()>0 then
local tc=g:GetFirst()
......@@ -62,7 +62,6 @@ function c30553205.spop(e,tp,eg,ep,ev,re,r,rp)
if g:GetFirst():IsSetCard(0x302) and Duel.GetMZoneCount(tp)>0 and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false) then
Duel.BreakEffect()
Duel.SpecialSummon(e:GetHandler(),0,tp,tp,false,false,POS_FACEUP)
Duel.Draw(tp,1,REASON_EFFECT)
--indes
local e5=Effect.CreateEffect(e:GetHandler())
e5:SetType(EFFECT_TYPE_FIELD)
......
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