Commit b2d7c457 authored by dest's avatar dest

fix Zero Force

parent 6e07d43e
...@@ -11,7 +11,7 @@ function c17521642.initial_effect(c) ...@@ -11,7 +11,7 @@ function c17521642.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c17521642.cfilter(c,tp) function c17521642.cfilter(c,tp)
return c:GetPreviousControler()==tp and c:GetControler()==tp and c:IsPreviousLocation(LOCATION_ONFIELD) and c:IsPreviousPosition(POS_FACEUP) return c:GetPreviousControler()==tp and c:GetControler()==tp and c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousPosition(POS_FACEUP)
end end
function c17521642.condition(e,tp,eg,ep,ev,re,r,rp) function c17521642.condition(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c17521642.cfilter,1,nil,tp) return eg:IsExists(c17521642.cfilter,1,nil,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