Commit 25c3f3f5 authored by Tianchenglipu's avatar Tianchenglipu

Update c41517789.lua

parent 538cb062
......@@ -8,6 +8,7 @@ function c41517789.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
e1:SetValue(c41517789.sumlimit)
c:RegisterEffect(e1)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
......@@ -27,6 +28,9 @@ function c41517789.initial_effect(c)
e4:SetOperation(c41517789.atkop)
c:RegisterEffect(e4)
end
function c17377751.sumlimit(e,se,sp,st)
return bit.band(st,SUMMON_TYPE_SYNCHRO)==SUMMON_TYPE_SYNCHRO
end
function c41517789.sumsuc(e,tp,eg,ep,ev,re,r,rp)
if e:GetHandler():GetSummonType()~=SUMMON_TYPE_SYNCHRO then return end
Duel.SetChainLimitTillChainEnd(aux.FALSE)
......
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