Commit e1c65157 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 549c18d8
...@@ -32,7 +32,7 @@ function c85216896.matfilter(c) ...@@ -32,7 +32,7 @@ function c85216896.matfilter(c)
end end
function c85216896.cfilter(c,tp,zone) function c85216896.cfilter(c,tp,zone)
local seq=c:GetPreviousSequence() local seq=c:GetPreviousSequence()
return c:GetPreviousControler()==tp and bit.extract(zone,seq)~=0 and c:GetSummonLocation()==LOCATION_EXTRA return c:GetPreviousControler()==tp and bit.extract(zone,seq)~=0 and c:GetSummonLocation()==LOCATION_EXTRA and c:IsPreviousLocation(LOCATION_MZONE)
and (c:IsReason(REASON_BATTLE) or c:IsReason(REASON_EFFECT) and c:GetReasonPlayer()==1-tp) and (c:IsReason(REASON_BATTLE) or c:IsReason(REASON_EFFECT) and c:GetReasonPlayer()==1-tp)
end end
function c85216896.thcon(e,tp,eg,ep,ev,re,r,rp) function c85216896.thcon(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