Commit 3527a931 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12026021.lua

parent 9a31b236
......@@ -59,8 +59,7 @@ function c12026021.spfilter1(c,e,tp)
return c:IsSetCard(0x1fbd) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function c12026021.sptg1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return chkc~=e:GetHandler() and Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsExistingMatchingCard(c12026021.spfilter1,tp,LOCATION_HAND,0,1,e:GetHandler(),e,tp) end
if chk==0 then return chkc~=e:GetHandler() and Duel.IsExistingMatchingCard(c12026021.spfilter1,tp,LOCATION_DECK,0,1,e:GetHandler(),e,tp) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND)
end
function c12026021.spop1(e,tp,eg,ep,ev,re,r,rp)
......@@ -96,4 +95,4 @@ end
function c12026021.ckfilter(c,tp)
return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x1fbd)
and Duel.IsExistingMatchingCard(Card.IsSetCard,tp,LOCATION_MZONE,0,1,c,0xfbb)
end
\ No newline at end of file
end
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