Commit 42430cfe authored by TanakaKotoha's avatar TanakaKotoha

daniaozhuanzhuanzhuan

parent 296d00ab
No preview for this file type
...@@ -107,6 +107,7 @@ function c16200000.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -107,6 +107,7 @@ function c16200000.thop(e,tp,eg,ep,ev,re,r,rp)
end end
function c16200000.chtg(e,tp,eg,ep,ev,re,r,rp,chk) function c16200000.chtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c16200000.chfilter,tp,0,LOCATION_MZONE,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c16200000.chfilter,tp,0,LOCATION_MZONE,1,nil) end
Duel.SetChainLimit(aux.FALSE)
Duel.SetOperationInfo(0,CATEGORY_CONTROL,nil,1,0,0) Duel.SetOperationInfo(0,CATEGORY_CONTROL,nil,1,0,0)
end end
function c16200000.chfilter(c) function c16200000.chfilter(c)
......
...@@ -86,9 +86,7 @@ end ...@@ -86,9 +86,7 @@ end
-- --
function c16200001.target(e,tp,eg,ep,ev,re,r,rp,chk) function c16200001.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
if e:IsHasType(EFFECT_TYPE_ACTIVATE) then Duel.SetChainLimit(aux.FALSE)
Duel.SetChainLimit(aux.FALSE)
end
end end
function c16200001.activate(e,tp,eg,ep,ev,re,r,rp) function c16200001.activate(e,tp,eg,ep,ev,re,r,rp)
end end
......
...@@ -3,7 +3,7 @@ function c33711104.initial_effect(c) ...@@ -3,7 +3,7 @@ function c33711104.initial_effect(c)
--fusion material --fusion material
c:EnableReviveLimit() c:EnableReviveLimit()
aux.AddFusionProcFunRep(c,c33711104.ffilter,3,false) aux.AddFusionProcFunRep(c,c33711104.ffilter,3,false)
aux.AddContactFusionProcedure(c,Card.IsAbleToGraveAsCost,LOCATION_MZONE,0,Duel.SendtoGrave,REASON_COST+REASON_MATERIAL) aux.AddContactFusionProcedure(c,Card.IsAbleToGraveAsCost,LOCATION_MZONE+LOCATION_HAND,0,Duel.SendtoGrave,REASON_COST+REASON_MATERIAL)
--tohand --tohand
local e0=Effect.CreateEffect(c) local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_SINGLE) e0:SetType(EFFECT_TYPE_SINGLE)
......
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