Commit e12ad9ce authored by Tianchenglipu's avatar Tianchenglipu

Update c35952884.lua

parent 2c06f657
......@@ -8,6 +8,7 @@ function c35952884.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
e1:SetValue(c35952884.sumlimit)
c:RegisterEffect(e1)
--multi attack
local e2=Effect.CreateEffect(c)
......@@ -53,6 +54,9 @@ function c35952884.initial_effect(c)
e6:SetCode(EVENT_TO_DECK)
c:RegisterEffect(e6)
end
function c35952884.sumlimit(e,se,sp,st)
return bit.band(st,SUMMON_TYPE_SYNCHRO)==SUMMON_TYPE_SYNCHRO
end
function c35952884.mfilter(c)
return not c:IsType(TYPE_TUNER)
end
......
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