Commit 2515ab24 authored by DailyShana's avatar DailyShana

Merge pull request #292 from mercury233/patch-3

fix HSR快刀乱破ズール
parents 8f318831 c7455232
......@@ -49,7 +49,8 @@ function c86943389.atkop(e,tp,eg,ep,ev,re,r,rp)
end
end
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
function c86943389.regop(e,tp,eg,ep,ev,re,r,rp)
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