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

fix

parent 3586b849
......@@ -40,7 +40,7 @@ function c64800123.spfilter2(c,e,tp,lv)
end
function c64800123.spfilter(c,e,tp)
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
function c64800123.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
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)
end
function c67200278.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsRelateToEffect(e) then
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
end
if c:IsRelateToEffect(e) and Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)~=0 then
Duel.BreakEffect()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
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