Commit 0e95a715 authored by DailyShana's avatar DailyShana

fix

parent e838a347
...@@ -63,7 +63,7 @@ end ...@@ -63,7 +63,7 @@ end
function c23160024.mfilterf(c,tp,mg,rc) function c23160024.mfilterf(c,tp,mg,rc)
if c:IsControler(tp) and c:IsLocation(LOCATION_MZONE) then if c:IsControler(tp) and c:IsLocation(LOCATION_MZONE) then
Duel.SetSelectedCard(c) Duel.SetSelectedCard(c)
return mg:CheckWithSumEqual(Card.GetRitualLevel,8,0,99,c) return mg:CheckWithSumEqual(Card.GetRitualLevel,8,0,99,rc)
else return false end else return false end
end end
function c23160024.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c23160024.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
......
...@@ -28,13 +28,13 @@ function c27383110.filter(c,e,tp,m,ft) ...@@ -28,13 +28,13 @@ function c27383110.filter(c,e,tp,m,ft)
if ft>0 then if ft>0 then
return mg:CheckWithSumEqual(Card.GetRitualLevel,6,1,99,c) return mg:CheckWithSumEqual(Card.GetRitualLevel,6,1,99,c)
else else
return mg:IsExists(c27383110.mfilterf,1,nil,tp,mg,rc) return mg:IsExists(c27383110.mfilterf,1,nil,tp,mg,c)
end end
end end
function c27383110.mfilterf(c,tp,mg,rc) function c27383110.mfilterf(c,tp,mg,rc)
if c:IsControler(tp) and c:IsLocation(LOCATION_MZONE) then if c:IsControler(tp) and c:IsLocation(LOCATION_MZONE) then
Duel.SetSelectedCard(c) Duel.SetSelectedCard(c)
return mg:CheckWithSumEqual(Card.GetRitualLevel,6,0,99,c) return mg:CheckWithSumEqual(Card.GetRitualLevel,6,0,99,rc)
else return false end else return false end
end end
function c27383110.target(e,tp,eg,ep,ev,re,r,rp,chk) function c27383110.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
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