Commit 13820db2 authored by Nemo Ma's avatar Nemo Ma

fix

parent 3586b849
...@@ -40,7 +40,7 @@ function c64800123.spfilter2(c,e,tp,lv) ...@@ -40,7 +40,7 @@ function c64800123.spfilter2(c,e,tp,lv)
end end
function c64800123.spfilter(c,e,tp) function c64800123.spfilter(c,e,tp)
local lv=c:GetLevel() local lv=c:GetLevel()
return lv<5 and c:IsSetCard(0x341a) and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP) and Duel.IsExistingMatchingCard(c64800123.filter2,tp,LOCATION_GRAVE+LOCATION_DECK,0,1,c,e,tp,lv) return lv<5 and c:IsSetCard(0x341a) and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP) and Duel.IsExistingMatchingCard(c64800123.spfilter2,tp,LOCATION_GRAVE+LOCATION_DECK,0,1,c,e,tp,lv)
end end
function c64800123.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c64800123.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return (Duel.GetMZoneCount(tp,e:GetHandler())>1 if chk==0 then return (Duel.GetMZoneCount(tp,e:GetHandler())>1
......
...@@ -47,9 +47,7 @@ function c67200278.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -47,9 +47,7 @@ function c67200278.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c67200278.spop(e,tp,eg,ep,ev,re,r,rp) function c67200278.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsRelateToEffect(e) then if c:IsRelateToEffect(e) and Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)~=0 then
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
end
Duel.BreakEffect() Duel.BreakEffect()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local g=Duel.SelectMatchingCard(tp,c67200278.pfilter,tp,LOCATION_EXTRA,0,1,1,nil) local g=Duel.SelectMatchingCard(tp,c67200278.pfilter,tp,LOCATION_EXTRA,0,1,1,nil)
......
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