Commit e74eb1e2 authored by POLYMER's avatar POLYMER

fix

parent 0f823555
...@@ -87,7 +87,7 @@ end ...@@ -87,7 +87,7 @@ end
-- 效果③ -- 效果③
function s.resfilter(c,tp) function s.resfilter(c,tp)
return c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_ONFIELD) and c:GetReasonPlayer()==1-tp return c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_ONFIELD) and c:GetReasonPlayer()==1-tp and not c:IsCode(id)
end end
function s.rescon(e,tp,eg,ep,ev,re,r,rp) function s.rescon(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