Commit 89b97a8a authored by sidschingis's avatar sidschingis

fix

parent d415d50c
...@@ -28,9 +28,9 @@ function c10282757.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -28,9 +28,9 @@ function c10282757.activate(e,tp,eg,ep,ev,re,r,rp)
e3:SetTarget(c10282757.filter2) e3:SetTarget(c10282757.filter2)
Duel.RegisterEffect(e3,tp) Duel.RegisterEffect(e3,tp)
end end
function c10282757.filter1(c) function c10282757.filter1(e,c)
return c:IsType(TYPE_XYZ) and c:IsRankBelow(3) return c:IsType(TYPE_XYZ) and c:IsRankBelow(3)
end end
function c10282757.filter2(c) function c10282757.filter2(e,c)
return c:IsType(TYPE_XYZ) and c:IsRankAbove(4) return c:IsType(TYPE_XYZ) and c:IsRankAbove(4)
end 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