Commit 3be00cea authored by GuGu's avatar GuGu

Update c74561014.lua

parent 0547177b
Pipeline #30793 passed with stage
in 19 seconds
...@@ -57,7 +57,7 @@ function cCardno.nirop(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,7 +57,7 @@ function cCardno.nirop(e,tp,eg,ep,ev,re,r,rp)
end end
--limit rebirth --limit rebirth
function cCardno.refilter(c,e,tp) function cCardno.refilter(c,e,tp)
return c:IsType(TYPE_TUNER) and not c:IsSetCard(0x6208) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsType(TYPE_TUNER) and c:IsLevelAbove(2) and not c:IsSetCard(0x6208) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function cCardno.retg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function cCardno.retg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return cCardno.refilter(chkc,e,tp) end if chkc then return cCardno.refilter(chkc,e,tp) 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