Commit bdf9ded6 authored by 聖園ミカ's avatar 聖園ミカ 🐟

7

parent f733425d
...@@ -30,7 +30,7 @@ end ...@@ -30,7 +30,7 @@ end
function c16348099.cfilter(c) function c16348099.cfilter(c)
return c:IsSetCard(0x3dc2) and c:IsType(TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ+TYPE_LINK) and c:IsFaceupEx() return c:IsSetCard(0x3dc2) and c:IsType(TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ+TYPE_LINK) and c:IsFaceupEx()
end end
function c16348099.spcon(e,c) function c16348099.spcon(e,tp,eg,ep,ev,re,r,rp)
return not Duel.IsExistingMatchingCard(c16348099.cfilter,tp,LOCATION_MZONE+LOCATION_GRAVE,0,1,nil) return not Duel.IsExistingMatchingCard(c16348099.cfilter,tp,LOCATION_MZONE+LOCATION_GRAVE,0,1,nil)
end end
function c16348099.spfilter(c,e,tp,mc) function c16348099.spfilter(c,e,tp,mc)
...@@ -42,7 +42,7 @@ function c16348099.spcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -42,7 +42,7 @@ function c16348099.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Release(e:GetHandler(),REASON_COST) Duel.Release(e:GetHandler(),REASON_COST)
end end
function c16348099.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c16348099.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c16348099.spfilter,tp,LOCATION_EXTRA,0,1,nil,e,tp,e:GetHandler()) end if chk==0 then return Duel.IsExistingMatchingCard(c16348099.spfilter,tp,LOCATION_EXTRA,0,1,nil,e,tp,nil) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA)
end end
function c16348099.spop(e,tp,eg,ep,ev,re,r,rp) function c16348099.spop(e,tp,eg,ep,ev,re,r,rp)
......
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