Commit e0938fbb authored by Grajade's avatar Grajade

Update c74563037.lua

parent 56221d2c
Pipeline #9330 passed with stage
in 29 seconds
......@@ -18,9 +18,7 @@ function c74563037.initial_effect(c)
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e2:SetCode(EVENT_DESTROYED)
e2:SetTarget(c74563037.drtg)
e2:SetOperation(c74563037.drop)
c:RegisterEffect(e2)
end
......@@ -30,9 +28,6 @@ end
function c74563037.desop(e,tp,eg,ep,ev,re,r,rp)
Duel.Destroy(e:GetHandler(),REASON_EFFECT)
end
function c74563037.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
end
function c74563037.filter(c,e,tp)
return c:IsCode(74563036) and c:IsType(TYPE_SYNCHRO)
and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_SYNCHRO,tp,false,false) and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0
......
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