Commit c3e533e0 authored by Amiya's avatar Amiya

修复

parent fbac1e24
...@@ -25,7 +25,7 @@ function s.initial_effect(c) ...@@ -25,7 +25,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function s.cfilter(c,tp) function s.cfilter(c,tp)
return c:IsAbleToHand() and c:IsControler(tp) return c:IsAbleToHand() and c:IsOnField() and c:IsControler(tp)
end end
function s.condition(e,tp,eg,ep,ev,re,r,rp) function s.condition(e,tp,eg,ep,ev,re,r,rp)
if re:GetHandlerPlayer()~=1-tp then return false end if re:GetHandlerPlayer()~=1-tp then return false end
......
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