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

fix

parent b287ad6d
......@@ -71,7 +71,7 @@ function c44352516.operation(e,tp,eg,ep,ev,re,r,rp)
end
function c44352516.thcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return rp~=tp and c:IsReason(REASON_DESTROY)
return rp~=tp and bit.band(r,0x41)==0x41
and c:GetPreviousControler()==tp and c:IsPreviousLocation(LOCATION_ONFIELD)
end
function c44352516.thfilter(c)
......
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