Commit 4f6f05c1 authored by nekrozar's avatar nekrozar
parent 2201bc48
...@@ -41,7 +41,6 @@ function c56252810.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -41,7 +41,6 @@ function c56252810.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
local c=e:GetHandler() local c=e:GetHandler()
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
Duel.BreakEffect()
if Duel.SpecialSummon(tc,0,tp,tp,true,false,POS_FACEUP)==0 then return end if Duel.SpecialSummon(tc,0,tp,tp,true,false,POS_FACEUP)==0 then return end
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
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