Commit 42430cfe authored by TanakaKotoha's avatar TanakaKotoha

daniaozhuanzhuanzhuan

parent 296d00ab
Pipeline #2434 passed with stages
in 46 minutes and 21 seconds
No preview for this file type
......@@ -107,6 +107,7 @@ function c16200000.thop(e,tp,eg,ep,ev,re,r,rp)
end
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
Duel.SetChainLimit(aux.FALSE)
Duel.SetOperationInfo(0,CATEGORY_CONTROL,nil,1,0,0)
end
function c16200000.chfilter(c)
......
......@@ -86,9 +86,7 @@ end
--
function c16200001.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
if e:IsHasType(EFFECT_TYPE_ACTIVATE) then
Duel.SetChainLimit(aux.FALSE)
end
Duel.SetChainLimit(aux.FALSE)
end
function c16200001.activate(e,tp,eg,ep,ev,re,r,rp)
end
......
......@@ -3,7 +3,7 @@ function c33711104.initial_effect(c)
--fusion material
c:EnableReviveLimit()
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
local e0=Effect.CreateEffect(c)
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