Commit 3c20b3bf authored by Tachibana's avatar Tachibana

1145141919810

parent 19febbec
Pipeline #14713 passed with stages
in 30 minutes and 37 seconds
......@@ -37,6 +37,6 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
function cm.activate(e,tp,eg,ep,ev,re,r,rp)
if Duel.NegateActivation(ev) and re:GetHandler():IsRelateToEffect(re) then
Duel.Remove(eg,POS_FACEUP,REASON_EFFECT)
Duel.Destroy(eg,REASON_EFFECT)
end
end
\ No newline at end of file
......@@ -3,7 +3,7 @@ function c12892000.initial_effect(c)
c:SetUniqueOnField(1,1,c12892000.uqfilter)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_POSITION)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c12892000.target)
......@@ -21,6 +21,7 @@ function c12892000.initial_effect(c)
end
function c12892000.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK)
e:GetHandler():SetTurnCounter(0)
--destroy
local e1=Effect.CreateEffect(e:GetHandler())
......
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