Commit b0efd0c9 authored by GuGu's avatar GuGu

Update c431403.lua

parent 5f187764
Pipeline #41149 passed with stage
in 7 seconds
......@@ -49,7 +49,7 @@ function c431403.limop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e1,tp)
end
function c431403.aclimit(e,re,tp)
return re:GetHandler():IsOnField()
return re:GetHandler():IsOnField() or re:IsHasType(EFFECT_TYPE_ACTIVATE)
end
function c431403.atkfilter(c,e,tp)
return c:IsControler(tp) and (not e or c:IsRelateToEffect(e)) and c:IsFaceup()
......
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