Commit 65a91171 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12004026.lua

parent 43a10dd0
......@@ -4,7 +4,7 @@ local cm=_G["c"..m]
function cm.initial_effect(c)
--fusion material
c:EnableReviveLimit()
aux.AddFusionProcFun2(c,aux.FilterBoolFunction(Card.IsFusionSetCard,0xfb1),aux.FilterBoolFunction(Card.IsType,TYPE_EFFECT),true)
aux.AddFusionProcFun2(c,aux.FilterBoolFunction(Card.IsFusionSetCard,0xfb1),aux.FilterBoolFunction(Card.IsFusionType,TYPE_EFFECT),true)
--mat check
local e1=Effect.CreateEffect(c)
e1: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