Commit dfbf8aad authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12005012.lua

parent bd442995
......@@ -2,16 +2,8 @@
function c12005012.initial_effect(c)
--fusion material
c:EnableReviveLimit()
aux.AddFusionProcFunRep(c,aux.FilterBoolFunction(Card.IsSetCard,0xfb0),3,true)
--SpecialSummon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_EXTRA)
e1:SetCondition(c12005012.spcon)
e1:SetOperation(c12005012.spop)
c:RegisterEffect(e1)
aux.AddFusionProcFunRep(c,aux.FilterBoolFunction(Card.IsFusionSetCard,0xfb0),3,true)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(12005012,0))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
......
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