Commit 653947b1 authored by mercury233's avatar mercury233

fix

parent e63b1018
...@@ -15,7 +15,7 @@ function c85352446.filter(c) ...@@ -15,7 +15,7 @@ function c85352446.filter(c)
return c:IsLevelBelow(5) and c:IsFaceup() and Duel.IsExistingMatchingCard(c85352446.filter2,0,LOCATION_MZONE,LOCATION_MZONE,1,c,c:GetLevel()) return c:IsLevelBelow(5) and c:IsFaceup() and Duel.IsExistingMatchingCard(c85352446.filter2,0,LOCATION_MZONE,LOCATION_MZONE,1,c,c:GetLevel())
end end
function c85352446.filter2(c,lv) function c85352446.filter2(c,lv)
return c:IsFaceup() and not c:IsLevel(lv) return c:IsFaceup() and c:IsLevelAbove(0) and not c:IsLevel(lv)
end end
function c85352446.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c85352446.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(1-tp) and c85352446.filter(chkc) end if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(1-tp) and c85352446.filter(chkc) 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