Commit db27791f authored by mercury233's avatar mercury233

fix

parent ab45162a
......@@ -146,7 +146,8 @@ function c101009011.thop(e,tp,eg,ep,ev,re,r,rp)
end
function c101009011.cfilter(c,tp)
return c:IsPreviousLocation(LOCATION_ONFIELD) and c:IsLocation(LOCATION_HAND+LOCATION_DECK)
and c:IsReason(REASON_EFFECT) and c:GetReasonPlayer()==tp and not c:IsReason(REASON_REDIRECT)
and c:IsReason(REASON_EFFECT) and (c:IsControler(tp) and c:IsReason(REASON_REDIRECT)
or c:GetReasonPlayer()==tp and not c:IsReason(REASON_REDIRECT))
end
function c101009011.atkcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c101009011.cfilter,1,e:GetHandler(),tp)
......
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