Commit 5e72ef86 authored by wind2009's avatar wind2009

Fix 神芸学徒 リテラ

parent 4d13c515
...@@ -64,7 +64,7 @@ function s.spcon2(e,tp,eg,ep,ev,re,r,rp) ...@@ -64,7 +64,7 @@ function s.spcon2(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp and Duel.IsMainPhase() return Duel.GetTurnPlayer()~=tp and Duel.IsMainPhase()
end end
function s.spfilter(c,e,tp) function s.spfilter(c,e,tp)
return not c:IsCode(id) and c:IsSetCard(0x2cd) and c:IsLevelBelow(4) return not c:IsCode(id) and c:IsSetCard(0x2cd)
and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function s.sptg2(e,tp,eg,ep,ev,re,r,rp,chk) function s.sptg2(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