Tuner Star monster effect fully working
This commit is contained in:
@@ -43,7 +43,7 @@ function s.spcon(e,c)
|
|||||||
end
|
end
|
||||||
-----Extra deck sp summon
|
-----Extra deck sp summon
|
||||||
function s.filter(c,e,tp)
|
function s.filter(c,e,tp)
|
||||||
return c:IsFaceup() and c:IsType(TYPE_PENDULUM) and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
|
return c:IsFaceup() and c:IsType(TYPE_PENDULUM) and not c:IsType(TYPE_FUSION) and not c:IsType(TYPE_SYNCHRO) and not c:IsType(TYPE_XYZ) and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
|
||||||
end
|
end
|
||||||
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
|
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
|
||||||
if chk==0 then return Duel.IsExistingMatchingCard(s.filter,tp,LOCATION_EXTRA,0,1,nil,e,tp) end
|
if chk==0 then return Duel.IsExistingMatchingCard(s.filter,tp,LOCATION_EXTRA,0,1,nil,e,tp) end
|
||||||
|
|||||||
Reference in New Issue
Block a user