Commit 720ac6f1 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent d194291a
......@@ -50,12 +50,12 @@ function c12009057.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(1-tp,g)
end
end
function c12009057.cfilter2(c,g)
return c:IsFaceup() and g:IsContains(c) and c:IsType(TYPE_FUSION)
function c12009057.cfilter(c,lg)
return c:IsType(TYPE_FUSION) and lg:IsContains(c)
end
function c12009057.spcon(e,tp,eg,ep,ev,re,r,rp)
local lg=e:GetHandler():GetLinkedGroup()
return lg and eg:IsExists(c12009057.cfilter2,1,nil,lg)
return eg:IsExists(c12009057.cfilter,1,nil,lg)
end
function c12009057.spfilter(c,e,tp)
return c:IsType(TYPE_TUNER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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