Commit 6c96312a authored by salix5's avatar salix5

Merge pull request #1090 from nekrozar/patch-2

fix Star Eater
parents 78797832 b2302857
...@@ -28,6 +28,7 @@ function c41517789.initial_effect(c) ...@@ -28,6 +28,7 @@ function c41517789.initial_effect(c)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function c41517789.sumsuc(e,tp,eg,ep,ev,re,r,rp) 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) Duel.SetChainLimitTillChainEnd(aux.FALSE)
end end
function c41517789.atkop(e,tp,eg,ep,ev,re,r,rp) function c41517789.atkop(e,tp,eg,ep,ev,re,r,rp)
......
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