Commit b8fee033 authored by TanakaKotoha's avatar TanakaKotoha

dededededededededededede

parent 826d92aa
Pipeline #2196 failed with stages
in 23 minutes and 49 seconds
......@@ -47,9 +47,9 @@ end
function c1110141.tg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local c=e:GetHandler()
if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_MZONE) and c1110141.tfilter1(chkc,e,tp) end
if chk==0 then return c:IsCanBeSpecialSummoned(e,0,tp,false,false) and (Duel.IsExistingTarget(c1110141.tfilter1,tp,LOCATION_MZONE,0,1,nil) or (Duel.IsExistingTarget(Card.IsReleasable,tp,LOCATION_MZONE,0,1,nil) and Duel.GetFlagEffect(tp,1110161)>0)) end
if chk==0 then return c:IsCanBeSpecialSummoned(e,0,tp,false,false) and (Duel.IsExistingTarget(c1110141.tfilter1,tp,LOCATION_MZONE,0,1,nil) or (Duel.IsExistingTarget(Card.IsReleasable,tp,LOCATION_MZONE,0,1,nil) and Duel.IsPlayerAffectedByEffect(tp,81005086))) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
if Duel.GetFlagEffect(tp,1110161)>0 then
if Duel.IsPlayerAffectedByEffect(tp,81005086) then
local sg=Duel.SelectTarget(tp,Card.IsReleasable,tp,LOCATION_MZONE,0,1,1,nil)
Duel.SetOperationInfo(0,CATEGORY_RELEASE,sg,1,0,LOCATION_MZONE)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,c,1,0,LOCATION_PZONE)
......
......@@ -47,9 +47,9 @@ end
function c1110142.tg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local c=e:GetHandler()
if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_MZONE) and c1110142.tfilter1(chkc,e,tp) end
if chk==0 then return c:IsCanBeSpecialSummoned(e,0,tp,false,false) and (Duel.IsExistingTarget(c1110142.tfilter1,tp,LOCATION_MZONE,0,1,nil) or (Duel.IsExistingTarget(Card.IsReleasable,tp,LOCATION_MZONE,0,1,nil) and Duel.GetFlagEffect(tp,1110161)>0)) end
if chk==0 then return c:IsCanBeSpecialSummoned(e,0,tp,false,false) and (Duel.IsExistingTarget(c1110142.tfilter1,tp,LOCATION_MZONE,0,1,nil) or (Duel.IsExistingTarget(Card.IsReleasable,tp,LOCATION_MZONE,0,1,nil) and Duel.IsPlayerAffectedByEffect(tp,81005086))) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
if Duel.GetFlagEffect(tp,1110161)>0 then
if Duel.IsPlayerAffectedByEffect(tp,81005086) then
local sg=Duel.SelectTarget(tp,Card.IsReleasable,tp,LOCATION_MZONE,0,1,1,nil)
Duel.SetOperationInfo(0,CATEGORY_RELEASE,sg,1,0,LOCATION_MZONE)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,c,1,0,LOCATION_PZONE)
......
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