Commit 43e37fe4 authored by GuGu's avatar GuGu

Update c66919015.lua

parent 96cd23bc
Pipeline #19721 passed with stage
in 42 seconds
......@@ -35,7 +35,7 @@ function cm.initial_effect(c)
--
end
function cm.efilter(e,re)
return e:GetHandlerPlayer()==re:GetOwnerPlayer() and not (re:GetHandler():IsCode(m) or re:GetHandler():IsCode(m+1))
return e:GetHandlerPlayer()==re:GetOwnerPlayer() and not (re:GetHandler():IsCode(m) or re:GetHandler():GetOriginalCode()==(m+1))
end
function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO) and e:GetHandler():GetFlagEffect(m)~=0 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