Commit bff24d60 authored by nekrozar's avatar nekrozar
parent b4c8a373
...@@ -50,7 +50,7 @@ function c12213463.spop1(e,tp,eg,ep,ev,re,r,rp) ...@@ -50,7 +50,7 @@ function c12213463.spop1(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
end end
function c12213463.spfilter(c,e,tp) function c12213463.spfilter(c,e,tp)
return c:IsSetCard(0x123) and not c:IsCode(12213463) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsSetCard(0x1123) and not c:IsCode(12213463) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function c12213463.sptg2(e,tp,eg,ep,ev,re,r,rp,chk) function c12213463.sptg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
...@@ -17,7 +17,7 @@ function c26118970.spcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -17,7 +17,7 @@ function c26118970.spcon(e,tp,eg,ep,ev,re,r,rp)
return c:IsLocation(LOCATION_GRAVE) and r==REASON_SYNCHRO return c:IsLocation(LOCATION_GRAVE) and r==REASON_SYNCHRO
end end
function c26118970.spfilter(c,e,tp) function c26118970.spfilter(c,e,tp)
return c:IsSetCard(0x123) and not c:IsCode(26118970) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsSetCard(0x1123) and not c:IsCode(26118970) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function c26118970.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c26118970.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
...@@ -41,7 +41,7 @@ function c53325667.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -41,7 +41,7 @@ function c53325667.thop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c53325667.spfilter(c,e,tp) function c53325667.spfilter(c,e,tp)
return (c:IsSetCard(0x123) or (c:IsRace(RACE_DRAGON) and c:IsType(TYPE_SYNCHRO))) return (c:IsSetCard(0x1123) or (c:IsRace(RACE_DRAGON) and c:IsType(TYPE_SYNCHRO)))
and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function c53325667.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c53325667.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
......
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