Commit c7c1216b authored by Tachibana's avatar Tachibana

eme

parent a5563377
Pipeline #9198 passed with stages
in 40 minutes and 51 seconds
......@@ -26,7 +26,7 @@ function c65020092.initial_effect(c)
c:RegisterEffect(e2)
end
function c65020092.confil(c,tp)
return c:GetPreviousControler()==1-tp and c:IsReason(REASON_EFFECT)
return c:GetPreviousControler()==1-tp and c:IsReason(REASON_EFFECT) and c:IsPreviousLocation(LOCATION_ONFIELD)
end
function c65020092.con(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c65020092.confil,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