Commit 0bddf50a authored by 聖園ミカ's avatar 聖園ミカ 🐟

pic

parent 96aab8b2
......@@ -43,7 +43,7 @@ end
function c33330095.tg(e,tp,eg,ep,ev,re,r,rp,chk)
local lg=e:GetHandler():GetLinkedGroup()
if chk==0 then return lg:GetCount()>0 end
Duel.SetOperationInfo(0,CATEGORY_DESTROY,g,g:GetCount(),0,0)
Duel.SetOperationInfo(0,CATEGORY_DESTROY,lg,lg:GetCount(),0,0)
end
function c33330095.spfil(c,e,tp,g)
return c:IsCanBeSpecialSummoned(e,0,tp,false,false) and g:IsExists(Card.IsCode,1,nil,c:GetCode())
......@@ -54,7 +54,7 @@ function c33330095.op(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetOperatedGroup()
if Duel.IsExistingMatchingCard(c33330095.spfil,tp,LOCATION_DECK,0,1,nil,e,tp,g) and Duel.GetMZoneCount(tp)>0 and Duel.SelectYesNo(tp,aux.Stringid(33330095,2)) then
local g=Duel.SelectMatchingCard(tp,c33330095.spfil,tp,LOCATION_DECK,0,1,1,nil,e,tp,g)
Duel.SpecialSummon(g,0,tp,false,false,POS_FACEUP)
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end
end
end
\ No newline at end of file
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