Commit 9ebe89a2 authored by TanakaKotoha's avatar TanakaKotoha

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

parents fe828543 98f35da2
...@@ -54,7 +54,7 @@ function c12008028.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -54,7 +54,7 @@ function c12008028.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.BreakEffect() Duel.BreakEffect()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local tc=dg:Select(dg,tp,1,2,nil) local tc=dg:Select(dg,tp,1,2,nil)
Duel.SendtoHand(tc,nil,REASON_EFFECT) Duel.SendtoHand(tc,tp,REASON_EFFECT)
Duel.ConfirmCards(1-tp,tc) Duel.ConfirmCards(1-tp,tc)
end end
end end
......
...@@ -6,9 +6,9 @@ function c12026024.initial_effect(c) ...@@ -6,9 +6,9 @@ function c12026024.initial_effect(c)
e3:SetType(EFFECT_TYPE_IGNITION) e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE) e3:SetRange(LOCATION_MZONE)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET) e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetCountLimit(1,m+100) e3:SetCountLimit(1,12026024+100)
e3:SetTarget(cm.thtg) e3:SetTarget(c12026024.thtg)
e3:SetOperation(cm.thop) e3:SetOperation(c12026024.thop)
c:RegisterEffect(e3) c:RegisterEffect(e3)
--special summon --special summon
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
...@@ -101,4 +101,4 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -101,4 +101,4 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
if c:IsFaceup() then if c:IsFaceup() then
c:CopyEffect(tc:GetOriginalCode(),RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,1) c:CopyEffect(tc:GetOriginalCode(),RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,1)
end end
end end
\ No newline at end of file
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