Commit 49e34ba0 authored by DailyShana's avatar DailyShana

fix

parent 4289d4c6
...@@ -70,7 +70,7 @@ function c5043010.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -70,7 +70,7 @@ function c5043010.thop(e,tp,eg,ep,ev,re,r,rp)
end end
function c5043010.cfilter(c,tp,zone) function c5043010.cfilter(c,tp,zone)
local seq=c:GetPreviousSequence() local seq=c:GetPreviousSequence()
if c:IsControler(tp) then if c:GetPreviousControler()==tp then
return bit.band(zone,bit.lshift(1,seq))~=0 return bit.band(zone,bit.lshift(1,seq))~=0
else else
return bit.band(bit.rshift(zone,16),bit.lshift(1,seq))~=0 return bit.band(bit.rshift(zone,16),bit.lshift(1,seq))~=0
......
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