Commit 3514807b authored by nekrozar's avatar nekrozar Committed by DailyShana

update Number S0: Utopic ZEXAL (#1070)

parent 474e6290
...@@ -86,10 +86,7 @@ function c52653092.actop(e,tp,eg,ep,ev,re,r,rp) ...@@ -86,10 +86,7 @@ function c52653092.actop(e,tp,eg,ep,ev,re,r,rp)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EFFECT_CANNOT_ACTIVATE) e1:SetCode(EFFECT_CANNOT_ACTIVATE)
e1:SetTargetRange(0,1) e1:SetTargetRange(0,1)
e1:SetValue(c52653092.actlimit) e1:SetValue(aux.TRUE)
e1:SetReset(RESET_PHASE+PHASE_END) e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
end end
function c52653092.actlimit(e,re,tp)
return not re:GetHandler():IsImmuneToEffect(e)
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