Commit ace89634 authored by VanillaSalt's avatar VanillaSalt

fix

parent b6508392
...@@ -26,7 +26,7 @@ function c286392.initial_effect(c) ...@@ -26,7 +26,7 @@ function c286392.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c286392.tfilter(c) function c286392.tfilter(c)
return c:IsCode(5474) or c:IsHasEffect(20932152) return c:IsCode(9742784) or c:IsHasEffect(20932152)
end end
function c286392.thcon(e,tp,eg,ep,ev,re,r,rp) function c286392.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetSummonType()==SUMMON_TYPE_SYNCHRO return e:GetHandler():GetSummonType()==SUMMON_TYPE_SYNCHRO
......
...@@ -48,7 +48,7 @@ function c37675907.regop(e,tp,eg,ep,ev,re,r,rp) ...@@ -48,7 +48,7 @@ function c37675907.regop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
end end
function c37675907.splimit(e,c,sump,sumtype,sumpos,targetp,se) function c37675907.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return c:IsCode(37675907) and bit.band(sump,SUMMON_TYPE_SYNCHRO)==SUMMON_TYPE_SYNCHRO return c:IsCode(37675907) and bit.band(sumtype,SUMMON_TYPE_SYNCHRO)==SUMMON_TYPE_SYNCHRO
end end
function c37675907.filter(c) function c37675907.filter(c)
return c:GetLevel()>0 and c:IsSetCard(0x17) and c:IsAbleToGraveAsCost() return c:GetLevel()>0 and c:IsSetCard(0x17) and c:IsAbleToGraveAsCost()
......
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