Commit c7455232 authored by mercury233's avatar mercury233

fix

parent 8f318831
...@@ -49,7 +49,8 @@ function c86943389.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -49,7 +49,8 @@ function c86943389.atkop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c86943389.regcon(e,tp,eg,ep,ev,re,r,rp) function c86943389.regcon(e,tp,eg,ep,ev,re,r,rp)
return bit.band(e:GetHandler():GetSummonType(),SUMMON_TYPE_SYNCHRO)==SUMMON_TYPE_SYNCHRO local c=e:GetHandler()
return c:IsPreviousLocation(LOCATION_MZONE) and bit.band(c:GetSummonType(),SUMMON_TYPE_SYNCHRO)==SUMMON_TYPE_SYNCHRO
end end
function c86943389.regop(e,tp,eg,ep,ev,re,r,rp) function c86943389.regop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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